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
public class OrganizationProfileProperties extends TeamProfileProperties
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrganizationProfileProperties()Default constructorOrganizationProfileProperties(OrganizationProfileProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()JSON-style toString-
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, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
-
-
-
Constructor Detail
-
OrganizationProfileProperties
public OrganizationProfileProperties()
Default constructor
-
OrganizationProfileProperties
public OrganizationProfileProperties(OrganizationProfileProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classTeamProfileProperties- Returns:
- return string containing the property names and values
-
-