@Entity public class Account extends PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected List<SubAccount> |
subAccounts |
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
Account() |
Account(String number,
String name) |
Modifier and Type | Method and Description |
---|---|
Long |
getAmId() |
String |
getName() |
String |
getNumber() |
List<SubAccount> |
getSubAccounts() |
void |
setAmId(Long id) |
void |
setName(String name) |
void |
setNumber(String number) |
void |
setSubAccounts(List<SubAccount> subAccounts) |
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
protected List<SubAccount> subAccounts
public List<SubAccount> getSubAccounts()
public void setSubAccounts(List<SubAccount> subAccounts)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.