|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.labs.inquiry.TravelCompanyCategory
public class TravelCompanyCategory
Represents a named group of TravelCompanys. 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 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 |
|---|
public TravelCompanyCategory()
| Method Detail |
|---|
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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||