public class EntitySummary extends InstanceHeader
CURRENT_AUDIT_HEADER_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, getInstanceURL, setGUID, setInstanceURLgetCreatedBy, getCreateTime, getHeaderVersion, getInstanceLicense, getInstanceProvenanceType, getMaintainedBy, getMappingProperties, getMetadataCollectionId, getMetadataCollectionName, getReplicatedBy, getStatus, getStatusOnDelete, getType, getUpdatedBy, getUpdateTime, getVersion, setCreatedBy, setCreateTime, setHeaderVersion, setInstanceLicense, setInstanceProvenanceType, setMaintainedBy, setMappingProperties, setMetadataCollectionId, setMetadataCollectionName, setReplicatedBy, 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–2019 ODPi. All rights reserved.