public abstract class CommentHeader extends UserFeedbackHeader
| Constructor and Description |
|---|
CommentHeader()
Default constructor
|
CommentHeader(CommentHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
String |
getQualifiedName()
Return the unique name for this element.
|
String |
getText()
Return the text of the comment.
|
int |
hashCode()
Hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name for this element.
|
void |
setText(String text)
Set up the text for the comment.
|
String |
toString()
JSON-style toString.
|
getUserId, setUserIdgetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic CommentHeader()
public CommentHeader(CommentHeader template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic String getText()
public void setText(String text)
text - textpublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class UserFeedbackHeaderpublic boolean equals(Object objectToCompare)
equals in class UserFeedbackHeaderobjectToCompare - object to comparepublic int hashCode()
hashCode in class UserFeedbackHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.