Class PersonalRoleProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalRoleProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PersonRoleProperties
PersonalRoleProperties provides a structure for describe a role assigned to a person.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPersonalRoleProperties
(PersonalRoleProperties template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return a copy of the additional properties.Return the description of the job role.int
Return the identifier of the governance domain that this role belongs to.Return the date/time that this element is effective from (null means effective from the epoch).Return the date/time that element is effective to (null means that it is effective indefinitely into the future).Return the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.Return the unique name for element in open metadata ecosystem.Return the unique identifier for this job role/appointment typically from an HR system.getScope()
Return the context in which the person is appointed.getTitle()
Return the job role title.Return the open metadata type name of this object - this is used to create a subtype of the referenceable.int
hashCode()
Return hash code for this objectvoid
setAdditionalProperties
(Map<String, String> additionalProperties) Set up additional properties.void
setDescription
(String description) Set up the description of the job role.void
setDomainIdentifier
(int domainIdentifier) Set up the identifier of the governance domain that this role belongs to.void
setEffectiveFrom
(Date effectiveFrom) Set up the date/time that this element is effective from (null means effective from the epoch).void
setEffectiveTo
(Date effectiveTo) Set the date/time that element is effective to (null means that it is effective indefinitely into the future).void
setExtendedProperties
(Map<String, Object> extendedProperties) Set up the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.void
setQualifiedName
(String qualifiedName) Set up the unique name for element in open metadata ecosystem.void
Set up the unique identifier for this job role/appointment.void
Set up the context in which the person is appointed.void
Set up the job role title.void
setTypeName
(String typeName) Set up the open metadata type name of this object - this is used to create a subtype of the referenceable.toString()
JSON-style toString.
-
Constructor Details
-
PersonalRoleProperties
public PersonalRoleProperties()Default constructor -
PersonalRoleProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getQualifiedName
Return the unique name for element in open metadata ecosystem.- Returns:
- unique name
-
setQualifiedName
Set up the unique name for element in open metadata ecosystem.- Parameters:
qualifiedName
- unique name
-
getRoleId
Return the unique identifier for this job role/appointment typically from an HR system.- Returns:
- unique identifier
-
setRoleId
Set up the unique identifier for this job role/appointment.- Parameters:
roleId
- unique identifier
-
getScope
Return the context in which the person is appointed. This may be an organizational scope, location, or scope of assets.- Returns:
- string description
-
setScope
Set up the context in which the person is appointed. This may be an organizational scope, location, or scope of assets.- Parameters:
scope
- string description
-
getTitle
Return the job role title.- Returns:
- string name
-
setTitle
Set up the job role title.- Parameters:
title
- string name
-
getDescription
Return the description of the job role.- Returns:
- string description
-
setDescription
Set up the description of the job role.- Parameters:
description
- string description
-
getDomainIdentifier
public int getDomainIdentifier()Return the identifier of the governance domain that this role belongs to. Zero means that the role is not specific to any domain.- Returns:
- int
-
setDomainIdentifier
public void setDomainIdentifier(int domainIdentifier) Set up the identifier of the governance domain that this role belongs to. Zero means that the role is not specific to any domain.- Parameters:
domainIdentifier
- int
-
getAdditionalProperties
Return a copy of the additional properties. Null means no additional properties are available.- Returns:
- AdditionalProperties map
-
setAdditionalProperties
Set up additional properties.- Parameters:
additionalProperties
- Additional properties map
-
getEffectiveFrom
Return the date/time that this element is effective from (null means effective from the epoch).- Returns:
- date object
-
setEffectiveFrom
Set up the date/time that this element is effective from (null means effective from the epoch).- Parameters:
effectiveFrom
- date object
-
getEffectiveTo
Return the date/time that element is effective to (null means that it is effective indefinitely into the future).- Returns:
- date object
-
setEffectiveTo
Set the date/time that element is effective to (null means that it is effective indefinitely into the future).- Parameters:
effectiveTo
- date object
-
getTypeName
Return the open metadata type name of this object - this is used to create a subtype of the referenceable. Any properties associated with this subtype are passed as extended properties.- Returns:
- string type name
-
setTypeName
Set up the open metadata type name of this object - this is used to create a subtype of the referenceable. Any properties associated with this subtype are passed as extended properties.- Parameters:
typeName
- string type name
-
getExtendedProperties
Return the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.- Returns:
- map of properties
-
setExtendedProperties
Set up the properties that are defined for a subtype of referenceable but are not explicitly supported by the bean.- Parameters:
extendedProperties
- map of properties
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-