public class GovernanceRoleProperties extends PersonRoleProperties
| Constructor and Description |
|---|
GovernanceRoleProperties()
Default Constructor
|
GovernanceRoleProperties(GovernanceRoleProperties template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
int |
getHeadCount()
Return the number of people that can be appointed to this role.
|
int |
hashCode()
Return has code based on properties.
|
void |
setHeadCount(int headCount)
Set up the number of people that can be appointed to this role.
|
String |
toString()
JSON-style toString.
|
getAdditionalProperties, getDescription, getDomainIdentifier, getExtendedProperties, getRoleId, getScope, getTitle, getTypeName, setAdditionalProperties, setDescription, setDomainIdentifier, setExtendedProperties, setRoleId, setScope, setTitle, setTypeNamepublic GovernanceRoleProperties()
public GovernanceRoleProperties(GovernanceRoleProperties template)
template - object being copiedpublic int getHeadCount()
public void setHeadCount(int headCount)
headCount - intpublic String toString()
toString in class PersonRolePropertiespublic boolean equals(Object objectToCompare)
equals in class PersonRolePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class PersonRolePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.