public class TravelCompanyCategory extends Object
TravelCompany
s. 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
TravelCompany s in this category. |
String |
getName()
The name of this travel company category
|
void |
setCompanies(List<TravelCompany> companies)
Set the
TravelCompany s 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()
TravelCompany
s in this category.TravelCompany
s in this category.public void setCompanies(List<TravelCompany> companies)
TravelCompany
s in this category.companies
- the companies to setCopyright © 2005–2015 The Kuali Foundation. All rights reserved.