public class OleStewardshipRequirement extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.Inactivatable
| Constructor and Description |
|---|
OleStewardshipRequirement() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
String |
getAccountNumber() |
String |
getChartOfAccountsCode() |
OleStewardship |
getOleStewardship() |
Integer |
getStewardshipId() |
String |
getStewardshipNote() |
Integer |
getStewardshipTypeCode() |
boolean |
isActive() |
void |
setAccount(Account account) |
void |
setAccountNumber(String accountNumber) |
void |
setActive(boolean active) |
void |
setChartOfAccountsCode(String chartOfAccountsCode) |
void |
setOleStewardship(OleStewardship oleStewardship) |
void |
setStewardshipId(Integer stewardshipId) |
void |
setStewardshipNote(String stewardshipNote) |
void |
setStewardshipTypeCode(Integer stewardshipTypeCode) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
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, setVersionNumberpublic OleStewardshipRequirement()
public Integer getStewardshipId()
public void setStewardshipId(Integer stewardshipId)
public Integer getStewardshipTypeCode()
public void setStewardshipTypeCode(Integer stewardshipTypeCode)
public String getStewardshipNote()
public void setStewardshipNote(String stewardshipNote)
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public OleStewardship getOleStewardship()
public void setOleStewardship(OleStewardship oleStewardship)
public Account getAccount()
public void setAccount(Account account)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.