|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.ole.patron.bo.OleStatisticalCategoryBo
public class OleStatisticalCategoryBo
OleStatisticalCategoryBo provides OleStatisticalCategoryBo information through getter and setter.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OleStatisticalCategoryBo()
|
Method Summary | |
---|---|
String |
getOleStatisticalCategoryCode()
Gets the value of oleStatisticalCategoryCode property |
String |
getOleStatisticalCategoryDesc()
Gets the value of oleStatisticalCategoryDesc property |
String |
getOleStatisticalCategoryId()
Gets the value of oleStatisticalCategoryId property |
String |
getOleStatisticalCategoryName()
Gets the value of oleStatisticalCategoryName property |
boolean |
isActive()
Gets the value of active property |
void |
setActive(boolean active)
Sets the value for active property |
void |
setOleStatisticalCategoryCode(String oleStatisticalCategoryCode)
Sets the value for oleStatisticalCategoryCode property |
void |
setOleStatisticalCategoryDesc(String oleStatisticalCategoryDesc)
Sets the value for oleStatisticalCategoryDesc property |
void |
setOleStatisticalCategoryId(String oleStatisticalCategoryId)
Sets the value for oleStatisticalCategoryId property |
void |
setOleStatisticalCategoryName(String oleStatisticalCategoryName)
Sets the value for oleStatisticalCategoryName property |
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
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, setVersionNumber |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public OleStatisticalCategoryBo()
Method Detail |
---|
public String getOleStatisticalCategoryId()
public void setOleStatisticalCategoryId(String oleStatisticalCategoryId)
oleStatisticalCategoryId
- public String getOleStatisticalCategoryCode()
public void setOleStatisticalCategoryCode(String oleStatisticalCategoryCode)
oleStatisticalCategoryCode
- public String getOleStatisticalCategoryName()
public void setOleStatisticalCategoryName(String oleStatisticalCategoryName)
oleStatisticalCategoryName
- public String getOleStatisticalCategoryDesc()
public void setOleStatisticalCategoryDesc(String oleStatisticalCategoryDesc)
oleStatisticalCategoryDesc
- public boolean isActive()
public void setActive(boolean active)
active
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |