org.kuali.rice.krad.test.document
Class AccountWithDDAttributesDocument
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
org.kuali.rice.krad.test.document.AccountWithDDAttributesDocument
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject, Document, SessionDocument, TransactionalDocument
@Entity
public class AccountWithDDAttributesDocument
- extends TransactionalDocumentBase
- implements SessionDocument
This is a test transactional document for use with testing data dictionary searchable attributes on the doc search.
- 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 |
AccountWithDDAttributesDocument
public AccountWithDDAttributesDocument()
getAccountNumber
public Integer getAccountNumber()
setAccountNumber
public void setAccountNumber(Integer accountNumber)
getAccountOwner
public String getAccountOwner()
setAccountOwner
public void setAccountOwner(String accountOwner)
getAccountBalance
public KualiDecimal getAccountBalance()
setAccountBalance
public void setAccountBalance(KualiDecimal accountBalance)
getAccountOpenDate
public Date getAccountOpenDate()
setAccountOpenDate
public void setAccountOpenDate(Date accountOpenDate)
getAccountState
public String getAccountState()
setAccountState
public void setAccountState(String accountState)
getAccountStateMultiselect
public String getAccountStateMultiselect()
getAccountUpdateDateTime
public Timestamp getAccountUpdateDateTime()
- Returns:
- the accountUpdateDateTime
setAccountUpdateDateTime
public void setAccountUpdateDateTime(Timestamp accountUpdateDateTime)
- Parameters:
accountUpdateDateTime
- the accountUpdateDateTime to set
isAccountAwake
public boolean isAccountAwake()
- Returns:
- the accountAwake
setAccountAwake
public void setAccountAwake(boolean accountAwake)
- Parameters:
accountAwake
- the accountAwake to set
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.