public class Classification extends CommunityProfileElementHeader
| Constructor and Description |
|---|
Classification()
Default constructor
|
Classification(Classification template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getName()
Return the name of the classification
|
Map<String,Object> |
getProperties()
Return a collection of the additional stored properties for the classification.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setName(String name)
Set up the name of the classification
|
void |
setProperties(Map<String,Object> properties)
Set up a collection of the additional stored properties for the classification.
|
String |
toString()
Standard toString method.
|
getOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic Classification()
public Classification(Classification template)
template - template to copypublic void setName(String name)
name - name of classificationpublic String getName()
public void setProperties(Map<String,Object> properties)
properties - properties for the classificationpublic Map<String,Object> getProperties()
public String toString()
toString in class CommunityProfileElementHeaderpublic boolean equals(Object objectToCompare)
equals in class CommunityProfileElementHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class CommunityProfileElementHeaderCopyright © 2018–2019 ODPi. All rights reserved.