public class OleAgreementMethod extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description |
|---|
OleAgreementMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgreementMethodDesc()
Gets the agreementMethodDesc attribute value.
|
String |
getAgreementMethodId()
Gets the agreementMethodId attribute.
|
String |
getAgreementMethodName()
Gets the agreementMethodName attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setAgreementMethodDesc(String agreementMethodDesc)
Sets the agreementMethodDesc attribute value.
|
void |
setAgreementMethodId(String agreementMethodId)
Sets the agreementMethodId attribute value.
|
void |
setAgreementMethodName(String agreementMethodName)
Sets the agreementMethodName attribute value.
|
protected LinkedHashMap |
toStringMapper()
Gets the toStringMap attribute.
|
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 OleAgreementMethod()
public String getAgreementMethodId()
public void setAgreementMethodId(String agreementMethodId)
agreementMethodId - The agreementMethodId to set.public String getAgreementMethodName()
public void setAgreementMethodName(String agreementMethodName)
agreementMethodName - The agreementMethodName to set.public String getAgreementMethodDesc()
public void setAgreementMethodDesc(String agreementMethodDesc)
agreementMethodDesc - public boolean isActive()
public void setActive(boolean active)
active - The active to set.protected LinkedHashMap toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.