org.kuali.rice.krad.test.document.bo
Class AccountManager
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.test.document.bo.AccountManager
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
@Entity
public class AccountManager
- extends PersistableBusinessObjectBase
FiscalOfficer
- 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 |
AccountManager
public AccountManager()
setUserName
public void setUserName(String userId)
getUserName
public String getUserName()
getDefaultType
public String getDefaultType()
setDefaultType
public void setDefaultType(String defaultType)
equals
public final boolean equals(Object o)
- Overrides:
equals
in class Object
getAmId
public Long getAmId()
- Returns the hashcode of the docHeaderId, which is supposed to be the
primary key for the document
- See Also:
Object.hashCode()
setAmId
public void setAmId(Long id)
getAccounts
public List<Account> getAccounts()
setAccounts
public void setAccounts(List<Account> accounts)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.