edu.sampleu.travel.dataobject
Class TravelerType

java.lang.Object
  extended by org.kuali.rice.krad.bo.DataObjectBase
      extended by edu.sampleu.travel.dataobject.TravelerType
All Implemented Interfaces:
Serializable, Inactivatable, MutableInactivatable, GloballyUnique, Versioned

@Entity
public class TravelerType
extends DataObjectBase
implements MutableInactivatable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase
objectId, versionNumber
 
Constructor Summary
TravelerType()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TravelerType

public TravelerType()
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)

getSourceCode

public String getSourceCode()

setSourceCode

public void setSourceCode(String sourceCode)

getName

public String getName()

setName

public void setName(String name)

getAdvances

public Boolean getAdvances()

setAdvances

public void setAdvances(Boolean advances)

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.