edu.sampleu.travel.approval.dataobject
Class PrimaryDestination

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.travel.approval.dataobject.PrimaryDestination
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity
public class PrimaryDestination
extends PersistableBusinessObjectBase

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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PrimaryDestination()
           
 
Method Summary
 String getCountryState()
           
 String getCountryStateName()
           
 String getCounty()
           
 Integer getId()
           
 String getPrimaryDestinationName()
           
 TripType getTripType()
           
 String getTripTypeCode()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCountryState(String countryState)
           
 void setCountryStateName(String countryStateName)
           
 void setCounty(String county)
           
 void setId(Integer id)
           
 void setPrimaryDestinationName(String primaryDestinationName)
           
 void setTripType(TripType tripType)
           
 void setTripTypeCode(String tripTypeCode)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

PrimaryDestination

public PrimaryDestination()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getTripType

public TripType getTripType()

setTripType

public void setTripType(TripType tripType)

getTripTypeCode

public String getTripTypeCode()

setTripTypeCode

public void setTripTypeCode(String tripTypeCode)

getCountryState

public String getCountryState()

setCountryState

public void setCountryState(String countryState)

getCountryStateName

public String getCountryStateName()

setCountryStateName

public void setCountryStateName(String countryStateName)

getCounty

public String getCounty()

setCounty

public void setCounty(String county)

getPrimaryDestinationName

public String getPrimaryDestinationName()

setPrimaryDestinationName

public void setPrimaryDestinationName(String primaryDestinationName)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

toStringMapper

protected LinkedHashMap toStringMapper()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.