Skip navigation links


oracle.iam.identity.rolemgmt.vo
Class RoleConsolidation

java.lang.Object
  extended by oracle.iam.identity.vo.RelationshipImpl
      extended by oracle.iam.identity.rolemgmt.vo.RoleConsolidation

All Implemented Interfaces:
java.io.Serializable, Relationship

public class RoleConsolidation
extends RelationshipImpl
See Also:
Serialized Form

Constructor Summary
RoleConsolidation(java.lang.Float percentMatch, java.lang.String roleKey)
           
RoleConsolidation(java.lang.Float percentMatch, java.lang.String roleKey, java.util.Map attrs)
           

 

Method Summary
 java.util.List getMainEntitlementKeys()
           
 java.lang.String getMainRoleKey()
           
 java.lang.Float getPercentMatch()
           
 java.util.List getRoleEntitlementKeys()
           
 java.lang.String getRoleKey()
           
 java.lang.Float getRoleMembershipMatch()
           
 java.lang.String getRoleName()
           
 void setMainEntitlementKeys(java.util.List entitlements)
           
 void setMainRoleKey(java.lang.String roleKey)
           
 void setRoleEntitlementKeys(java.util.List entitlements)
           
 void setRoleMembershipMatch(java.lang.Float membershipMatch)
           
 void setRoleName(java.lang.String roleName)
           
 java.lang.String toString()
          Returns the string representation of this Relationship.

 

Methods inherited from class oracle.iam.identity.vo.RelationshipImpl
getAttribute, getAttributeNames, getAttributes, getID1, getId1Entity, getID2, getId2Entity, setAttribute, setId1Entity, setId2Entity

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RoleConsolidation

public RoleConsolidation(java.lang.Float percentMatch,
                         java.lang.String roleKey)

RoleConsolidation

public RoleConsolidation(java.lang.Float percentMatch,
                         java.lang.String roleKey,
                         java.util.Map attrs)

Method Detail

getPercentMatch

public java.lang.Float getPercentMatch()

getRoleKey

public java.lang.String getRoleKey()

setRoleName

public void setRoleName(java.lang.String roleName)

getRoleName

public java.lang.String getRoleName()

setRoleMembershipMatch

public void setRoleMembershipMatch(java.lang.Float membershipMatch)

getRoleMembershipMatch

public java.lang.Float getRoleMembershipMatch()

setMainRoleKey

public void setMainRoleKey(java.lang.String roleKey)

getMainRoleKey

public java.lang.String getMainRoleKey()

setMainEntitlementKeys

public void setMainEntitlementKeys(java.util.List entitlements)

getMainEntitlementKeys

public java.util.List getMainEntitlementKeys()

getRoleEntitlementKeys

public java.util.List getRoleEntitlementKeys()

setRoleEntitlementKeys

public void setRoleEntitlementKeys(java.util.List entitlements)

toString

public java.lang.String toString()
Description copied from interface: Relationship
Returns the string representation of this Relationship.
Specified by:
toString in interface Relationship
Overrides:
toString in class RelationshipImpl
Returns:
The string representation of this Relationship.

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.