@Entity public class AccountManager extends PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
_persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup
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) |
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, 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
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, 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–2014 The Kuali Foundation. All rights reserved.