public class Comment extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAdditionalProperties()
Additional properties for the element.
|
List<Classification> |
getClassifications()
Classifications associated with the Comment
|
String |
getComment()
Feedback comments or additional information.
|
CommentType |
getCommentType()
classification for the comment.
|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
Map<String,Classification> |
getExtraClassifications()
Extra classifications are classifications that are not in the open metadata model - we include the OMRS Classifications.
|
String |
getQualifiedName()
Unique identifier for the entity.
|
SystemAttributes |
getSystemAttributes()
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) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
public static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
public SystemAttributes getSystemAttributes()
public void setSystemAttributes(SystemAttributes systemAttributes)
public String getComment()
public void setComment(String comment)
public CommentType getCommentType()
public void setCommentType(CommentType commentType)
public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
public Map<String,String> getAdditionalProperties()
Map<String,String> public void setAdditionalProperties(Map<String,String> additionalProperties)
public void setClassifications(List<Classification> classifications)
public Map<String,Object> getExtraAttributes()
Map<String,String> public List<Classification> getClassifications()
public Map<String,Classification> getExtraClassifications()
Map<String,Classification> public void setExtraClassifications(Map<String,Classification> extraClassifications)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2020 ODPi. All rights reserved.