public class EntityProxy extends EntitySummary
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
EntityProxy()
Default constructor sets up an empty entity proxy.
|
EntityProxy(EntityProxy template)
Copy/clone constructor for the entity proxy.
|
EntityProxy(EntitySummary template)
Copy/clone constructor for the entity proxy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
InstanceProperties |
getUniqueProperties()
Return a copy of the unique attributes for the entity.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setUniqueProperties(InstanceProperties uniqueAttributes)
Set up the list of unique properties for this entity proxy.
|
String |
toString()
Standard toString method.
|
getClassifications, setClassificationsgetGUID, 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 EntityProxy()
public EntityProxy(EntityProxy template)
template - entity proxy to copypublic EntityProxy(EntitySummary template)
template - entity summary to copypublic InstanceProperties getUniqueProperties()
public void setUniqueProperties(InstanceProperties uniqueAttributes)
uniqueAttributes - InstanceProperties iteratorpublic String toString()
toString in class EntitySummarypublic boolean equals(Object objectToCompare)
equals in class EntitySummaryobjectToCompare - objectpublic int hashCode()
hashCode in class EntitySummaryCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.