edu.sampleu.travel.dataobject
Class TravelDestination

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

@Entity
@UifAutoCreateViews(value={INQUIRY,LOOKUP})
public class TravelDestination
extends DataObjectBase
implements MutableInactivatable, Serializable

This class provides travel destination record for TEM sample

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase
objectId, versionNumber
 
Constructor Summary
TravelDestination()
           
 
Method Summary
 String getCountryCd()
           
 String getCountryName()
           
 String getStateCd()
           
 String getStateName()
           
 String getTravelDestinationId()
           
 String getTravelDestinationName()
           
 boolean isActive()
          The active indicator for an object.
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setCountryCd(String countryCd)
           
 void setStateCd(String stateCd)
           
 void setTravelDestinationId(String travelDestinationId)
           
 void setTravelDestinationName(String travelDestinationName)
           
 
Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelDestination

public TravelDestination()
Method Detail

getTravelDestinationId

public String getTravelDestinationId()

setTravelDestinationId

public void setTravelDestinationId(String travelDestinationId)

getTravelDestinationName

public String getTravelDestinationName()

setTravelDestinationName

public void setTravelDestinationName(String travelDestinationName)

getCountryCd

public String getCountryCd()

setCountryCd

public void setCountryCd(String countryCd)

getCountryName

public String getCountryName()

getStateCd

public String getStateCd()

setStateCd

public void setStateCd(String stateCd)

getStateName

public String getStateName()

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-2013 The Kuali Foundation. All Rights Reserved.