public class VendorStipulation extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
VendorStipulation()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getVendorStipulationDescription() |
Integer |
getVendorStipulationIdentifier() |
String |
getVendorStipulationName() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setVendorStipulationDescription(String vendorStipulationDescription) |
void |
setVendorStipulationIdentifier(Integer vendorStipulationIdentifier) |
void |
setVendorStipulationName(String vendorStipulationName) |
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 VendorStipulation()
public Integer getVendorStipulationIdentifier()
public void setVendorStipulationIdentifier(Integer vendorStipulationIdentifier)
public String getVendorStipulationName()
public void setVendorStipulationName(String vendorStipulationName)
public String getVendorStipulationDescription()
public void setVendorStipulationDescription(String vendorStipulationDescription)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableprotected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.