@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, toString
public TravelerType()
public String getSourceCode()
public void setSourceCode(String sourceCode)
public Boolean getAdvances()
public void setAdvances(Boolean advances)
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
MutableInactivatable
setActive
in interface MutableInactivatable
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.