public class SecurityModel 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 | 
description  | 
protected org.kuali.rice.core.api.util.type.KualiInteger | 
id  | 
protected List<SecurityModelDefinition> | 
modelDefinitions  | 
protected List<SecurityModelMember> | 
modelMembers  | 
protected String | 
name  | 
protected String | 
roleId  | 
| Constructor and Description | 
|---|
SecurityModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Gets the description attribute. 
 | 
org.kuali.rice.core.api.util.type.KualiInteger | 
getId()
Gets the id attribute. 
 | 
List<SecurityModelDefinition> | 
getModelDefinitions()
Gets the modelDefinitions attribute. 
 | 
List<SecurityModelMember> | 
getModelMembers()
Gets the modelMembers attribute. 
 | 
String | 
getName()
Gets the name attribute. 
 | 
String | 
getRoleId()
Gets the roleId attribute. 
 | 
boolean | 
isActive()
Gets the active attribute. 
 | 
void | 
setActive(boolean active)
Sets the active attribute value. 
 | 
void | 
setDescription(String description)
Sets the description attribute value. 
 | 
void | 
setId(org.kuali.rice.core.api.util.type.KualiInteger id)
Sets the id attribute value. 
 | 
void | 
setModelDefinitions(List<SecurityModelDefinition> modelDefinitions)
Sets the modelDefinitions attribute value. 
 | 
void | 
setModelMembers(List<SecurityModelMember> modelMembers)
Sets the modelMembers attribute value. 
 | 
void | 
setName(String name)
Sets the name attribute value. 
 | 
void | 
setRoleId(String roleId)
Sets the roleId attribute value. 
 | 
String | 
toString()  | 
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 id
protected String description
protected boolean active
protected List<SecurityModelDefinition> modelDefinitions
protected List<SecurityModelMember> modelMembers
public SecurityModel()
public org.kuali.rice.core.api.util.type.KualiInteger getId()
public void setId(org.kuali.rice.core.api.util.type.KualiInteger id)
id - The id to set.public void setName(String name)
name - The name to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public void setRoleId(String roleId)
roleId - The roleId 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 List<SecurityModelDefinition> getModelDefinitions()
public void setModelDefinitions(List<SecurityModelDefinition> modelDefinitions)
modelDefinitions - The modelDefinitions to set.public List<SecurityModelMember> getModelMembers()
public void setModelMembers(List<SecurityModelMember> modelMembers)
modelMembers - The modelMembers to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.