@Entity public class AccountManager extends PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
AccountManager() |
AccountManager(Long amId,
String userName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Account> |
getAccounts() |
Long |
getAmId() |
String |
getDefaultType() |
String |
getUserName() |
void |
setAccounts(List<Account> accounts) |
void |
setAmId(Long id) |
void |
setDefaultType(String defaultType) |
void |
setUserName(String userId) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public AccountManager()
public AccountManager(Long amId, String userName)
public void setUserName(String userId)
public String getUserName()
public String getDefaultType()
public void setDefaultType(String defaultType)
public List<Account> getAccounts()
public void setAccounts(List<Account> accounts)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.