@Entity @ExtensionFor(value=Account.class) public class AccountExtension extends PersistableBusinessObjectExtensionBase
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
AccountExtension() |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount() |
AccountType |
getAccountType() |
String |
getAccountTypeCode() |
String |
getNumber() |
void |
setAccount(Account account) |
void |
setAccountType(AccountType accountType) |
void |
setAccountTypeCode(String accountTypeCode) |
void |
setNumber(String number) |
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
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
refresh
toString
getVersionNumber
getObjectId
public AccountExtension()
public Account getAccount()
public void setAccount(Account account)
public String getAccountTypeCode()
public void setAccountTypeCode(String accountTypeCode)
public AccountType getAccountType()
public void setAccountType(AccountType accountType)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.