@Entity @UifAutoCreateViews(value={INQUIRY,LOOKUP}) public class LegacyTravelCompany extends PersistableBusinessObjectBase implements MutableInactivatable, Serializable
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
LegacyTravelCompany() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTravelCompanyId() |
String |
getTravelCompanyName() |
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
void |
setTravelCompanyId(String travelCompanyId) |
void |
setTravelCompanyName(String travelCompanyName) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic LegacyTravelCompany()
public String getTravelCompanyId()
public void setTravelCompanyId(String travelCompanyId)
public String getTravelCompanyName()
public void setTravelCompanyName(String travelCompanyName)
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
MutableInactivatablesetActive in interface MutableInactivatableCopyright © 2005–2015 The Kuali Foundation. All rights reserved.