edu.sampleu.travel.approval.dataobject
Class PrimaryDestination
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
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 |
PrimaryDestination
public PrimaryDestination()
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-2014 The Kuali Foundation. All Rights Reserved.