edu.sampleu.travel.approval
Class TravelAuthorizationDocument
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.document.DocumentBase
org.kuali.rice.krad.document.TransactionalDocumentBase
edu.sampleu.travel.approval.TravelAuthorizationDocument
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject, Document, SessionDocument, TransactionalDocument
@Entity
public class TravelAuthorizationDocument
- extends TransactionalDocumentBase
Sample Travel Transactional Document
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.document.DocumentBase |
addCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, toCopy, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
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, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.document.Document |
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
TravelAuthorizationDocument
public TravelAuthorizationDocument()
getTravelDocumentIdentifier
public String getTravelDocumentIdentifier()
setTravelDocumentIdentifier
public void setTravelDocumentIdentifier(String travelDocumentIdentifier)
getTripTypeCode
public String getTripTypeCode()
setTripTypeCode
public void setTripTypeCode(String tripTypeCode)
getTripBegin
public Date getTripBegin()
setTripBegin
public void setTripBegin(Date tripBegin)
getTripEnd
public Date getTripEnd()
setTripEnd
public void setTripEnd(Date tripEnd)
getTripDescription
public String getTripDescription()
setTripDescription
public void setTripDescription(String tripDescription)
getPrimaryDestinationId
public Integer getPrimaryDestinationId()
setPrimaryDestinationId
public void setPrimaryDestinationId(Integer primaryDestinationId)
getPrimaryDestinationIndicator
public Boolean getPrimaryDestinationIndicator()
setPrimaryDestinationIndicator
public void setPrimaryDestinationIndicator(Boolean primaryDestinationIndicator)
getPrimaryDestinationName
public String getPrimaryDestinationName()
setPrimaryDestinationName
public void setPrimaryDestinationName(String primaryDestinationName)
getPrimaryDestinationCountryState
public String getPrimaryDestinationCountryState()
setPrimaryDestinationCountryState
public void setPrimaryDestinationCountryState(String primaryDestinationCountryState)
getPrimaryDestinationCounty
public String getPrimaryDestinationCounty()
setPrimaryDestinationCounty
public void setPrimaryDestinationCounty(String primaryDestinationCounty)
getPrimaryDestination
public PrimaryDestination getPrimaryDestination()
setPrimaryDestination
public void setPrimaryDestination(PrimaryDestination primaryDestination)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.