org.kuali.rice.krad.test.document
Class AccountWithDDAttributesDocument

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.krad.document.DocumentBase
              extended by org.kuali.rice.krad.document.TransactionalDocumentBase
                  extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.document.DocumentBase
documentHeader, documentNumber
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountWithDDAttributesDocument()
           
 
Method Summary
 KualiDecimal getAccountBalance()
           
 Integer getAccountNumber()
           
 Date getAccountOpenDate()
           
 String getAccountOwner()
           
 String getAccountState()
           
 String getAccountStateMultiselect()
           
 Timestamp getAccountUpdateDateTime()
           
 boolean isAccountAwake()
           
 void setAccountAwake(boolean accountAwake)
           
 void setAccountBalance(KualiDecimal accountBalance)
           
 void setAccountNumber(Integer accountNumber)
           
 void setAccountOpenDate(Date accountOpenDate)
           
 void setAccountOwner(String accountOwner)
           
 void setAccountState(String accountState)
           
 void setAccountUpdateDateTime(Timestamp accountUpdateDateTime)
           
 
Methods inherited from class org.kuali.rice.krad.document.TransactionalDocumentBase
getAllowsCopy, isSessionDocument
 
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 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.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
 
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Constructor Detail

AccountWithDDAttributesDocument

public AccountWithDDAttributesDocument()
Method Detail

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.