org.kuali.rice.krad.labs.inquiry
Class TravelCompanyCategory

java.lang.Object
  extended by org.kuali.rice.krad.labs.inquiry.TravelCompanyCategory

public class TravelCompanyCategory
extends Object

Represents a named group of TravelCompanys. This is not a mapped entity, it does not have a database table associated with it.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
TravelCompanyCategory()
           
 
Method Summary
 List<TravelCompany> getCompanies()
          The TravelCompanys in this category.
 String getName()
          The name of this travel company category
 void setCompanies(List<TravelCompany> companies)
          Set the TravelCompanys in this category.
 void setName(String name)
          Set the travel company category name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelCompanyCategory

public TravelCompanyCategory()
Method Detail

getName

public String getName()
The name of this travel company category

Returns:
the travel company category name

setName

public void setName(String name)
Set the travel company category name.

Parameters:
name - the name to set

getCompanies

public List<TravelCompany> getCompanies()
The TravelCompanys in this category.

Returns:
the TravelCompanys in this category.

setCompanies

public void setCompanies(List<TravelCompany> companies)
Set the TravelCompanys in this category.

Parameters:
companies - the companies to set


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.