@Entity @UifAutoCreateViews(value={INQUIRY,LOOKUP}) public class TravelerType extends DataObjectBase implements MutableInactivatable
objectId, versionNumber| Constructor and Description |
|---|
TravelerType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAdvances() |
String |
getCode() |
String |
getName() |
String |
getSourceCode() |
boolean |
isActive()
The active indicator for an object.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
void |
setAdvances(Boolean advances) |
void |
setCode(String code) |
void |
setName(String name) |
void |
setSourceCode(String sourceCode) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringpublic TravelerType()
public String getSourceCode()
public void setSourceCode(String sourceCode)
public Boolean getAdvances()
public void setAdvances(Boolean advances)
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
MutableInactivatablesetActive in interface MutableInactivatableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.