public static final class RoleChange.AddSecurableObject extends java.lang.Object implements RoleChange
RoleChange.AddSecurableObject, RoleChange.RemoveSecurableObject, RoleChange.UpdateSecurableObject
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this AddSecurableObject instance with another object for equality.
|
java.lang.String |
getRoleName()
Returns the role name to be added.
|
SecurableObject |
getSecurableObject()
Returns the securable object to be added.
|
int |
hashCode()
Generates a hash code for this AddSecurableObject instance.
|
java.lang.String |
toString()
Returns a string representation of the AddSecurableObject instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addSecurableObject, removeSecurableObject, updateSecurableObject
public java.lang.String getRoleName()
public SecurableObject getSecurableObject()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object to compare with this instance.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object