public class SecurityPrincipalDefinition extends AbstractSecurityModelDefinition
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.core.api.util.type.KualiInteger |
principalDefinitionId |
protected String |
principalId |
active, attributeValue, constraintCode, definitionId, operatorCode, overrideDeny, securityDefinition
Constructor and Description |
---|
SecurityPrincipalDefinition() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiInteger |
getPrincipalDefinitionId()
Gets the principalDefinitionId attribute.
|
String |
getPrincipalId()
Gets the principalId attribute.
|
void |
setPrincipalDefinitionId(org.kuali.rice.core.api.util.type.KualiInteger principalDefinitionId)
Sets the principalDefinitionId attribute value.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute value.
|
String |
toString() |
getAttributeValue, getConstraintCode, getDefinitionId, getOperatorCode, getPrettyPrint, getSecurityDefinition, isActive, isOverrideDeny, setActive, setAttributeValue, setConstraintCode, setDefinitionId, setOperatorCode, setOverrideDeny, setSecurityDefinition
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
protected org.kuali.rice.core.api.util.type.KualiInteger principalDefinitionId
protected String principalId
public SecurityPrincipalDefinition()
public org.kuali.rice.core.api.util.type.KualiInteger getPrincipalDefinitionId()
public void setPrincipalDefinitionId(org.kuali.rice.core.api.util.type.KualiInteger principalDefinitionId)
principalDefinitionId
- The principalDefinitionId to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.