public abstract class AbstractSecurityModelDefinition extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | active | 
| protected String | attributeValue | 
| protected String | constraintCode | 
| protected org.kuali.rice.core.api.util.type.KualiInteger | definitionId | 
| protected String | operatorCode | 
| protected boolean | overrideDeny | 
| protected SecurityDefinition | securityDefinition | 
| Constructor and Description | 
|---|
| AbstractSecurityModelDefinition() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAttributeValue()Gets the attributeValue attribute. | 
| String | getConstraintCode()Gets the constraintCode attribute. | 
| org.kuali.rice.core.api.util.type.KualiInteger | getDefinitionId()Gets the definitionId attribute. | 
| String | getOperatorCode()Gets the operatorCode attribute. | 
| String | getPrettyPrint() | 
| SecurityDefinition | getSecurityDefinition()Gets the securityDefinition attribute. | 
| boolean | isActive()Gets the active attribute. | 
| boolean | isOverrideDeny()Gets the overrideDeny attribute. | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setAttributeValue(String attributeValue)Sets the attributeValue attribute value. | 
| void | setConstraintCode(String constraintCode)Sets the constraintCode attribute value. | 
| void | setDefinitionId(org.kuali.rice.core.api.util.type.KualiInteger definitionId)Sets the definitionId attribute value. | 
| void | setOperatorCode(String operatorCode)Sets the operatorCode attribute value. | 
| void | setOverrideDeny(boolean overrideDeny)Sets the overrideDeny attribute value. | 
| void | setSecurityDefinition(SecurityDefinition securityDefinition)Sets the securityDefinition attribute value. | 
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, setVersionNumberprotected org.kuali.rice.core.api.util.type.KualiInteger definitionId
protected String constraintCode
protected String operatorCode
protected String attributeValue
protected boolean overrideDeny
protected boolean active
protected SecurityDefinition securityDefinition
public AbstractSecurityModelDefinition()
public org.kuali.rice.core.api.util.type.KualiInteger getDefinitionId()
public void setDefinitionId(org.kuali.rice.core.api.util.type.KualiInteger definitionId)
definitionId - The definitionId to set.public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - The attributeValue to set.public String getOperatorCode()
public void setOperatorCode(String operatorCode)
operatorCode - The operatorCode to set.public String getConstraintCode()
public void setConstraintCode(String constraintCode)
constraintCode - The constraintCode to set.public boolean isOverrideDeny()
public void setOverrideDeny(boolean overrideDeny)
overrideDeny - The overrideDeny to set.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.MutableInactivatableactive - The active to set.public SecurityDefinition getSecurityDefinition()
public void setSecurityDefinition(SecurityDefinition securityDefinition)
securityDefinition - The securityDefinition to set.public String getPrettyPrint()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.