Class CommunityForumContribution
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogEntryProperties
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityForumContribution
-
- All Implemented Interfaces:
Serializable
public class CommunityForumContribution extends NoteLogEntryProperties
CommunityForumContribution is used to add an entry to a community forum.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommunityForumContribution()Default constructorCommunityForumContribution(CommunityForumContribution 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.communityprofile.properties.NoteLogEntryProperties
equals, getContributors, getText, getTitle, hashCode, setContributors, setText, setTitle
-
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
CommunityForumContribution
public CommunityForumContribution()
Default constructor
-
CommunityForumContribution
public CommunityForumContribution(CommunityForumContribution template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classNoteLogEntryProperties- Returns:
- return string containing the property names and values
-
-