public class Account extends PersistableBusinessObjectExtensionBase
extension, versionNumber
Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber() |
Long |
getAuthorId() |
String |
getBankName() |
void |
setAccountNumber(String accountNumber) |
void |
setAuthorId(Long authorId) |
void |
setBankName(String bankName) |
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
prepareForWorkflow, toString, toStringBuilder, toStringMapper
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 Account()
public Long getAuthorId()
public void setAuthorId(Long authorId)
public String getBankName()
public void setBankName(String bankName)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.