edu.sampleu.travel.dataobject
Class TravelCompany
java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
edu.sampleu.travel.dataobject.TravelCompany
- All Implemented Interfaces:
- Serializable, Inactivatable, MutableInactivatable, GloballyUnique, Versioned
@Entity
@UifAutoCreateViews(value={INQUIRY,LOOKUP})
public class TravelCompany
- extends DataObjectBase
- implements MutableInactivatable, Serializable
This class is used for managing travel companies used
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
TravelCompany
public TravelCompany()
getTravelCompanyId
public String getTravelCompanyId()
setTravelCompanyId
public void setTravelCompanyId(String travelCompanyId)
getTravelCompanyName
public String getTravelCompanyName()
setTravelCompanyName
public void setTravelCompanyName(String travelCompanyName)
isActive
public boolean isActive()
- Description copied from interface:
Inactivatable
- The active indicator for an object.
- Specified by:
isActive
in interface Inactivatable
- Returns:
- true if active false if not.
setActive
public void setActive(boolean active)
- Description copied from interface:
MutableInactivatable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface MutableInactivatable
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.