public class ClassificationWithEntityRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
ClassificationWithEntityRequest()
Default constructor
|
ClassificationWithEntityRequest(ClassificationWithEntityRequest 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.
|
Classification |
getClassification()
Return the classification.
|
EntityDetail |
getEntity()
Return the entity where the classification belongs.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setClassification(Classification classification)
Set up the classification.
|
void |
setEntity(EntityDetail entity)
Set up the entity where the classification belongs.
|
String |
toString()
Standard toString method.
|
public ClassificationWithEntityRequest()
public ClassificationWithEntityRequest(ClassificationWithEntityRequest template)
template - object to copypublic Classification getClassification()
public void setClassification(Classification classification)
classification - Classification objectpublic EntityDetail getEntity()
public void setEntity(EntityDetail entity)
entity - full entitypublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.