@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public LegacyTravelCompany()
public String getTravelCompanyId()
public void setTravelCompanyId(String travelCompanyId)
public String getTravelCompanyName()
public void setTravelCompanyName(String travelCompanyName)
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
MutableInactivatable
setActive
in interface MutableInactivatable
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.