Class Comment
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.comment.Comment
- All Implemented Interfaces:
Serializable
Comment entity in the Subject Area OMAS.
Descriptive feedback or discussion related to an item.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdditional properties for the element.List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification>Classifications associated with the CommentFeedback comments or additional information.classification for the comment.Get the extra attributes - ones that are in addition to the standard types.Map<String,org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification> Extra classifications are classifications that are not in the open metadata model - we include the OMRS Classifications.Unique identifier for the entity.Get the system attributes associated with the Comment.inthashCode()voidsetAdditionalProperties(Map<String, String> additionalProperties) voidsetClassifications(List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification> classifications) voidsetComment(String comment) voidsetCommentType(CommentType commentType) voidsetExtraAttributes(Map<String, Object> extraAttributes) voidsetExtraClassifications(Map<String, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification> extraClassifications) voidsetQualifiedName(String qualifiedName) voidsetSystemAttributes(SystemAttributes systemAttributes) toString()
-
Field Details
-
PROPERTY_NAMES_SET_VALUES
-
ATTRIBUTE_NAMES_SET_VALUES
-
ENUM_NAMES_SET_VALUES
-
MAP_NAMES_SET_VALUES
-
PROPERTY_NAMES_SET
-
ATTRIBUTE_NAMES_SET
-
ENUM_NAMES_SET
-
MAP_NAMES_SET
-
-
Constructor Details
-
Comment
public Comment()
-
-
Method Details
-
getSystemAttributes
Get the system attributes associated with the Comment.- Returns:
- system attributes
-
setSystemAttributes
-
getComment
Feedback comments or additional information.- Returns:
- String
-
setComment
-
getCommentType
classification for the comment.- Returns:
- CommentType
-
setCommentType
-
getQualifiedName
Unique identifier for the entity.- Returns:
- String
-
setQualifiedName
-
getAdditionalProperties
Additional properties for the element.- Returns:
Map<String,String>
-
setAdditionalProperties
-
setExtraAttributes
-
setClassifications
public void setClassifications(List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification> classifications) -
getExtraAttributes
Get the extra attributes - ones that are in addition to the standard types.- Returns:
Map<String,String>
-
getClassifications
public List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification> getClassifications()Classifications associated with the Comment- Returns:
- list of classifications
-
getExtraClassifications
public Map<String,org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification> getExtraClassifications()Extra classifications are classifications that are not in the open metadata model - we include the OMRS Classifications.- Returns:
Map<String,Classification>
-
setExtraClassifications
-
toString
-
equals
-
hashCode
public int hashCode() -
toString
-