|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.hibernate.security.dataobject.SecurityRule
public class SecurityRule
| Constructor Summary | |
|---|---|
SecurityRule()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getDeleted()
Returns the deleted. |
java.util.Map<java.lang.String,java.lang.String> |
getEntities()
Returns the entities. |
java.lang.String |
getEntity()
Returns the entity. |
java.lang.Long |
getId()
Returns the id. |
ModifierEnum |
getModifier()
Returns the modifier. |
java.util.List<PermissionEnum> |
getPermissions()
Returns the permissions. |
java.lang.String |
getProperty()
Returns the property. |
java.lang.String |
getRole()
Returns the role. |
StatusEnum |
getStatus()
Returns the status. |
java.lang.String |
getValue()
Returns the value. |
boolean |
isEnabled()
|
void |
setDeleted(java.lang.Boolean deleted)
Sets the deleted. |
void |
setEntities(java.util.Map<java.lang.String,java.lang.String> entities)
Sets the entities. |
void |
setEntity(java.lang.String entity)
Sets the entity. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setModifier(ModifierEnum modifier)
Sets the modifier. |
void |
setPermissions(java.util.List<PermissionEnum> permissions)
Sets the permissions. |
void |
setProperty(java.lang.String property)
Sets the property. |
void |
setRole(java.lang.String role)
Sets the role. |
void |
setStatus(StatusEnum status)
Sets the status. |
void |
setValue(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityRule()
| Method Detail |
|---|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role - the role to setpublic java.lang.String getEntity()
public void setEntity(java.lang.String entity)
entity - the entity to setpublic java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - the property to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value to setpublic ModifierEnum getModifier()
public void setModifier(ModifierEnum modifier)
modifier - the modifier to setpublic java.util.List<PermissionEnum> getPermissions()
public void setPermissions(java.util.List<PermissionEnum> permissions)
permissions - the permissions to setpublic java.lang.Long getId()
public void setId(java.lang.Long id)
id - the id to setpublic java.lang.String toString()
toString in class java.lang.Objectpublic StatusEnum getStatus()
public void setStatus(StatusEnum status)
status - the status to setpublic boolean isEnabled()
public java.util.Map<java.lang.String,java.lang.String> getEntities()
public void setEntities(java.util.Map<java.lang.String,java.lang.String> entities)
entities - the entities to setpublic java.lang.Boolean getDeleted()
public void setDeleted(java.lang.Boolean deleted)
deleted - the deleted to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||