public class RoleConsolidation extends RelationshipImpl
Constructor and Description |
---|
RoleConsolidation(java.lang.Float percentMatch,
java.lang.String roleKey) |
RoleConsolidation(java.lang.Float percentMatch,
java.lang.String roleKey,
java.util.Map attrs) |
Modifier and Type | Method and Description |
---|---|
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.
|
getAttribute, getAttributeNames, getAttributes, getID1, getId1Entity, getID2, getId2Entity, setAttribute, setId1Entity, setId2Entity
public RoleConsolidation(java.lang.Float percentMatch, java.lang.String roleKey)
public RoleConsolidation(java.lang.Float percentMatch, java.lang.String roleKey, java.util.Map attrs)
public java.lang.Float getPercentMatch()
public java.lang.String getRoleKey()
public void setRoleName(java.lang.String roleName)
public java.lang.String getRoleName()
public void setRoleMembershipMatch(java.lang.Float membershipMatch)
public java.lang.Float getRoleMembershipMatch()
public void setMainRoleKey(java.lang.String roleKey)
public java.lang.String getMainRoleKey()
public void setMainEntitlementKeys(java.util.List entitlements)
public java.util.List getMainEntitlementKeys()
public java.util.List getRoleEntitlementKeys()
public void setRoleEntitlementKeys(java.util.List entitlements)
public java.lang.String toString()
Relationship
toString
in interface Relationship
toString
in class RelationshipImpl