public class DroolsEditorBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
DroolsEditorBo() |
Modifier and Type | Method and Description |
---|---|
List<Collection<org.kuali.rice.krad.bo.PersistableBusinessObject>> |
buildListOfDeletionAwareLists() |
List<DroolsRuleBo> |
getCheckinRuleBos() |
List<DroolsRuleBo> |
getCheckoutRuleBos() |
List<DroolsRuleBo> |
getDroolsRuleBos() |
String |
getEditorId() |
String |
getEditorType() |
String |
getFileName() |
List<DroolsRuleBo> |
getNoticesRuleBos() |
List<DroolsRuleBo> |
getRenewRuleBos() |
void |
setCheckinRuleBos(List<DroolsRuleBo> checkinRuleBos) |
void |
setCheckoutRuleBos(List<DroolsRuleBo> checkoutRuleBos) |
void |
setDroolsRuleBos(List<DroolsRuleBo> droolsRuleBos) |
void |
setEditorId(String editorId) |
void |
setEditorType(String editorType) |
void |
setFileName(String fileName) |
void |
setNoticesRuleBos(List<DroolsRuleBo> noticesRuleBos) |
void |
setRenewRuleBos(List<DroolsRuleBo> renewRuleBos) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public DroolsEditorBo()
public String getEditorId()
public void setEditorId(String editorId)
public String getEditorType()
public void setEditorType(String editorType)
public List<DroolsRuleBo> getDroolsRuleBos()
public void setDroolsRuleBos(List<DroolsRuleBo> droolsRuleBos)
public List<Collection<org.kuali.rice.krad.bo.PersistableBusinessObject>> buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
public List<DroolsRuleBo> getRenewRuleBos()
public void setRenewRuleBos(List<DroolsRuleBo> renewRuleBos)
public List<DroolsRuleBo> getNoticesRuleBos()
public void setNoticesRuleBos(List<DroolsRuleBo> noticesRuleBos)
public List<DroolsRuleBo> getCheckoutRuleBos()
public void setCheckoutRuleBos(List<DroolsRuleBo> checkoutRuleBos)
public List<DroolsRuleBo> getCheckinRuleBos()
public void setCheckinRuleBos(List<DroolsRuleBo> checkinRuleBos)
public String getFileName()
public void setFileName(String fileName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.