Class OrganizationProfileProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.TeamProfileProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.OrganizationProfileProperties
- All Implemented Interfaces:
Serializable
OrganizationProfileProperties describes a top-level team in an organization. It adds no attributes, but is a marker for
the top of a departmental structure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.TeamProfileProperties
equals, getTeamType, hashCode, setTeamType
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
getDescription, getKnownName, setDescription, setKnownName
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
OrganizationProfileProperties
public OrganizationProfileProperties()Default constructor -
OrganizationProfileProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toString
in classTeamProfileProperties
- Returns:
- return string containing the property names and values
-