@Entity public class AccountManagerGeneratedPK extends DataObjectBase
objectId, versionNumber
Constructor and Description |
---|
AccountManagerGeneratedPK() |
Modifier and Type | Method and Description |
---|---|
List<AccountNonUpdatableFK> |
getAccounts() |
Long |
getId() |
String |
getUserName() |
void |
setAccounts(List<AccountNonUpdatableFK> accounts) |
void |
setId(Long id) |
void |
setUserName(String userName) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
public AccountManagerGeneratedPK()
public String getUserName()
public void setUserName(String userName)
public List<AccountNonUpdatableFK> getAccounts()
public void setAccounts(List<AccountNonUpdatableFK> accounts)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.