|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.labs.inquiry.TravelCompanyCategory
public class TravelCompanyCategory
Represents a named group of TravelCompany
s. This is not a mapped entity, it does not have a database table
associated with it.
Constructor Summary | |
---|---|
TravelCompanyCategory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TravelCompanyCategory()
Method Detail |
---|
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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |