@Entity public class PrimaryDestination extends PersistableBusinessObjectBase
extension, versionNumber
Constructor and Description |
---|
PrimaryDestination() |
Modifier and Type | Method and Description |
---|---|
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() |
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
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public PrimaryDestination()
public TripType getTripType()
public void setTripType(TripType tripType)
public String getTripTypeCode()
public void setTripTypeCode(String tripTypeCode)
public String getCountryState()
public void setCountryState(String countryState)
public String getCountryStateName()
public void setCountryStateName(String countryStateName)
public String getPrimaryDestinationName()
public void setPrimaryDestinationName(String primaryDestinationName)
public boolean isActive()
public void setActive(boolean active)
protected LinkedHashMap toStringMapper()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.