|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.sec.businessobject.SecurityPrincipalDefinition
public class SecurityPrincipalDefinition
Attribute Security Principal Definition
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
SecurityPrincipalDefinition()
|
Method Summary | |
---|---|
String |
getAttributeValue()
Gets the attributeValue attribute. |
String |
getConstraintCode()
Gets the constraintCode attribute. |
org.kuali.rice.kns.util.KualiInteger |
getDefinitionId()
Gets the definitionId attribute. |
String |
getOperatorCode()
Gets the operatorCode attribute. |
org.kuali.rice.kns.util.KualiInteger |
getPrincipalDefinitionId()
Gets the principalDefinitionId attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
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.kns.util.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 |
setPrincipalDefinitionId(org.kuali.rice.kns.util.KualiInteger principalDefinitionId)
Sets the principalDefinitionId attribute value. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute value. |
void |
setSecurityDefinition(SecurityDefinition securityDefinition)
Sets the securityDefinition attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public SecurityPrincipalDefinition()
Method Detail |
---|
public org.kuali.rice.kns.util.KualiInteger getPrincipalDefinitionId()
public void setPrincipalDefinitionId(org.kuali.rice.kns.util.KualiInteger principalDefinitionId)
principalDefinitionId
- The principalDefinitionId to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public org.kuali.rice.kns.util.KualiInteger getDefinitionId()
public void setDefinitionId(org.kuali.rice.kns.util.KualiInteger definitionId)
definitionId
- The definitionId to set.public String getConstraintCode()
public void setConstraintCode(String constraintCode)
constraintCode
- The constraintCode to set.public String getOperatorCode()
public void setOperatorCode(String operatorCode)
operatorCode
- The operatorCode to set.public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue
- The attributeValue to set.public boolean isOverrideDeny()
public void setOverrideDeny(boolean overrideDeny)
overrideDeny
- The overrideDeny to set.public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.public SecurityDefinition getSecurityDefinition()
public void setSecurityDefinition(SecurityDefinition securityDefinition)
securityDefinition
- The securityDefinition to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |