public class CommunityProperties extends ReferenceableProperties
| Constructor and Description |
|---|
CommunityProperties()
Default constructor
|
CommunityProperties(CommunityProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description of the community's aims and operations.
|
String |
getMission()
Return the mission of the community.
|
String |
getName()
Return the name of the community.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the community's aims and operations.
|
void |
setMission(String mission)
Set up the mission of the community.
|
void |
setName(String name)
Set up the name of the community.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic CommunityProperties()
public CommunityProperties(CommunityProperties template)
template - object to copypublic String getName()
public void setName(String name)
name - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String getMission()
public void setMission(String mission)
mission - textpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.