public class EntitySummary extends InstanceHeader
createdBy, createTime, currentStatus, statusOnDelete, type, updatedBy, updateTime, version| Constructor and Description |
|---|
EntitySummary()
Default constructor creates an empty entity
|
EntitySummary(EntitySummary templateElement)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
List<Classification> |
getClassifications()
Return a copy of the classifications for the entity.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setClassifications(List<Classification> classifications)
Set up the classifications for an entity.
|
String |
toString()
Standard toString method.
|
getGUID, getInstanceProvenanceType, getInstanceURL, getMetadataCollectionId, setGUID, setInstanceProvenanceType, setInstanceURL, setMetadataCollectionIdgetCreatedBy, getCreateTime, getStatus, getStatusOnDelete, getType, getUpdatedBy, getUpdateTime, getVersion, setCreatedBy, setCreateTime, setStatus, setStatusOnDelete, setType, setUpdatedBy, setUpdateTime, setVersionpublic EntitySummary()
public EntitySummary(EntitySummary templateElement)
templateElement - template to copy.public List<Classification> getClassifications()
public void setClassifications(List<Classification> classifications)
classifications - Classification listpublic String toString()
toString in class InstanceHeaderpublic boolean equals(Object objectToCompare)
equals in class InstanceHeaderobjectToCompare - objectpublic int hashCode()
hashCode in class InstanceHeaderCopyright © 2018 ODPi. All rights reserved.