|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.identity.rolemgmt.vo.RoleCategory
public class RoleCategory
The RoleCategory class is a value object class to hold the GUID, attribute name-value pairs of a RoleCategory.
| Constructor Summary | |
|---|---|
RoleCategory(java.util.HashMap attrs)Constructs a RoleCategory object with a map of attribute name-value pairs. |
|
RoleCategory(java.lang.String entityId)Constructs a RoleCategory object with GUID entityId. |
|
RoleCategory(java.lang.String entityId, java.util.HashMap attrs)Constructs a RoleCategory object with GUID entityId and a map of attribute name-value pairs. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object newRC1) |
java.lang.Object |
getAttribute(java.lang.String attr)Get the value of the specified RoleCategory attribute attr. |
java.util.Set |
getAttributeNames()Returns a Set of all attribute names for this RoleCategory. |
java.util.HashMap |
getAttributes()Returns a map of all attribute-value pairs for this RoleCategory. |
java.lang.String |
getDescription()Get the value of Role Category Description attribute. |
java.lang.String |
getEntityId()Returns GUID of the RoleCategory. |
java.lang.String |
getName()Get the value of Role Category Name attribute. |
void |
setAttribute(java.lang.String attr, java.lang.Object val)Sets the attribute attr and it's value val. |
void |
setDescription(java.lang.String description)Set the Role Category Description attribute with a value description. |
void |
setName(java.lang.String categoryName)Set the Role Category Name attribute with a value categoryName. |
java.lang.String |
toString()Returns the string representation of this RoleCategory. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoleCategory(java.lang.String entityId)
entityId.
entityId - The GUID of the RoleCategory.public RoleCategory(java.util.HashMap attrs)
map of attribute name-value pairs.
attrs - The map of attribute name-value pairs.
public RoleCategory(java.lang.String entityId,
java.util.HashMap attrs)
entityId and a map of attribute name-value pairs.
entityId - The GUID of the RoleCategory.attrs - The map of attribute name-value pairs.| Method Detail |
|---|
public boolean equals(java.lang.Object newRC1)
equals in class java.lang.Object
public void setAttribute(java.lang.String attr,
java.lang.Object val)
attr and it's value val.setAttribute in interface Identityattr - The attribute that needs to be set.val - The value of the attribute.public java.lang.Object getAttribute(java.lang.String attr)
attr.getAttribute in interface Identityattr - The attribute whose value is to be returned.public java.lang.String getEntityId()
getEntityId in interface Identitypublic void setName(java.lang.String categoryName)
Role Category Name attribute with a value categoryName.categoryName - The Role Category Name value to be set.public java.lang.String getName()
Role Category Name attribute.Role Category Name attributepublic void setDescription(java.lang.String description)
Role Category Description attribute with a value description.description - The Role Category Description value to be set.public java.lang.String getDescription()
Role Category Description attribute.Role Category Description attributepublic java.util.HashMap getAttributes()
getAttributes in interface Identitymap of all attribute-value pairs for this RoleCategory.public java.util.Set getAttributeNames()
getAttributeNames in interface IdentitySet of all attribute names for this RoleCategory.public java.lang.String toString()
toString in interface IdentitytoString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||