@Entity @ExtensionFor(value=SimpleAccount.class) public class SimpleAccountExtension extends DataObjectBase
objectId, versionNumber
Constructor and Description |
---|
SimpleAccountExtension() |
Modifier and Type | Method and Description |
---|---|
SimpleAccount |
getAccount() |
AccountType |
getAccountType() |
String |
getAccountTypeCode() |
void |
setAccount(SimpleAccount account) |
void |
setAccountType(AccountType accountType) |
void |
setAccountTypeCode(String accountTypeCode) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
public SimpleAccountExtension()
public SimpleAccount getAccount()
public void setAccount(SimpleAccount 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.