public class TravelCompanyCategory extends Object
TravelCompanys.  This is not a mapped entity, it does not have a database table
 associated with it.| Constructor and Description | 
|---|
| TravelCompanyCategory() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public TravelCompanyCategory()
public String getName()
public void setName(String name)
name - the name to setpublic List<TravelCompany> getCompanies()
TravelCompanys in this category.TravelCompanys in this category.public void setCompanies(List<TravelCompany> companies)
TravelCompanys in this category.companies - the companies to setCopyright © 2005–2015 The Kuali Foundation. All rights reserved.