org.kuali.rice.krad.test.document.bo
Class AccountManager

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.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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountManager()
           
 
Method Summary
 boolean equals(Object o)
           
 List<Account> getAccounts()
           
 Long getAmId()
          Returns the hashcode of the docHeaderId, which is supposed to be the primary key for the document
 String getDefaultType()
           
 String getUserName()
           
 void setAccounts(List<Account> accounts)
           
 void setAmId(Long id)
           
 void setDefaultType(String defaultType)
           
 void setUserName(String userId)
           
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

AccountManager

public AccountManager()
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.