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 TypeMethodDescriptionboolean
Additional properties for the element.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.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.int
hashCode()
void
setAdditionalProperties
(Map<String, String> additionalProperties) void
setClassifications
(List<Classification> classifications) void
setComment
(String comment) void
setCommentType
(CommentType commentType) void
setExtraAttributes
(Map<String, Object> extraAttributes) void
setExtraClassifications
(Map<String, Classification> extraClassifications) void
setQualifiedName
(String qualifiedName) void
setSystemAttributes
(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
-
getExtraAttributes
Get the extra attributes - ones that are in addition to the standard types.- Returns:
Map<String,String>
-
getClassifications
Classifications associated with the Comment- Returns:
- list of classifications
-
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
-