public class ElementClassification extends Object implements Serializable
| Constructor and Description |
|---|
ElementClassification()
Default constructor
|
ElementClassification(ElementClassification templateClassification)
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 |
getClassificationName()
Return the name of the classification
|
Map<String,Object> |
getClassificationProperties()
Return a collection of the additional stored properties for the classification.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setClassificationName(String classificationName)
Set up the name of the classification
|
void |
setClassificationProperties(Map<String,Object> classificationProperties)
Set up a collection of the additional stored properties for the classification.
|
String |
toString()
Standard toString method.
|
public ElementClassification()
public ElementClassification(ElementClassification templateClassification)
templateClassification - template to copypublic void setClassificationName(String classificationName)
classificationName - name of classificationpublic String getClassificationName()
public void setClassificationProperties(Map<String,Object> classificationProperties)
classificationProperties - properties for the classificationpublic Map<String,Object> getClassificationProperties()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.