Class CommunityForum
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogHeaderProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityForum
- All Implemented Interfaces:
Serializable
CommunityForum is used to maintain the content for a community forum.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCommunityForum
(CommunityForum template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogHeaderProperties
equals, getDescription, getIsPublic, getName, hashCode, setDescription, setIsPublic, setName
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
CommunityForum
public CommunityForum()Default constructor -
CommunityForum
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toString
in classNoteLogHeaderProperties
- Returns:
- return string containing the property names and values
-