public static final class RoleChange.UpdateSecurableObject 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 UpdateSecurableObject instance with another object for equality.
|
SecurableObject |
getNewSecurableObject()
Returns the new securable object.
|
java.lang.String |
getRoleName()
Returns the role name.
|
SecurableObject |
getSecurableObject()
Returns the securable object to be updated.
|
int |
hashCode()
Generates a hash code for this UpdateSecurableObject instance.
|
java.lang.String |
toString()
Returns a string representation of the UpdateSecurableObject instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addSecurableObject, removeSecurableObject, updateSecurableObject
public java.lang.String getRoleName()
public SecurableObject getSecurableObject()
public SecurableObject getNewSecurableObject()
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