public class EntityDetail extends EntitySummary
createdBy, createTime, currentStatus, statusOnDelete, type, updatedBy, updateTime, version| Constructor and Description |
|---|
EntityDetail()
Default Constructor no properties established
|
EntityDetail(EntityDetail templateElement)
Copy/clone constructor properties copied from template.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
InstanceProperties |
getProperties()
Return a copy of all of the properties for this entity.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setProperties(InstanceProperties newProperties)
Set up the properties for this entity.
|
String |
toString()
Standard toString method.
|
getClassifications, setClassificationsgetGUID, getInstanceProvenanceType, getInstanceURL, getMetadataCollectionId, setGUID, setInstanceProvenanceType, setInstanceURL, setMetadataCollectionIdgetCreatedBy, getCreateTime, getStatus, getStatusOnDelete, getType, getUpdatedBy, getUpdateTime, getVersion, setCreatedBy, setCreateTime, setStatus, setStatusOnDelete, setType, setUpdatedBy, setUpdateTime, setVersionpublic EntityDetail()
public EntityDetail(EntityDetail templateElement)
templateElement - element to copy.public InstanceProperties getProperties()
public void setProperties(InstanceProperties newProperties)
newProperties - InstanceProperties objectpublic String toString()
toString in class EntitySummarypublic boolean equals(Object objectToCompare)
equals in class EntitySummaryobjectToCompare - objectpublic int hashCode()
hashCode in class EntitySummaryCopyright © 2018 ODPi. All rights reserved.