public abstract class InstanceHeader extends InstanceAuditHeader
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
InstanceHeader()
Default Constructor sets the instance to nulls.
|
InstanceHeader(InstanceHeader template)
Copy/clone constructor set the value to those supplied in the template.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getGUID()
Return the unique identifier for this instance.
|
String |
getInstanceURL()
Return the URL for this instance (or null if the metadata repository does not support instance URLs).
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setGUID(String guid)
Set up the unique identifier for this instance.
|
void |
setInstanceURL(String instanceURL)
Set up the URL for this instance (or null if the metadata repository does not support instance URLs).
|
String |
toString()
Standard toString method.
|
getCreatedBy, 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 InstanceHeader()
public InstanceHeader(InstanceHeader template)
template - Instance headerpublic String getInstanceURL()
public void setInstanceURL(String instanceURL)
instanceURL - String URLpublic String getGUID()
public void setGUID(String guid)
guid - String unique identifierpublic String toString()
toString in class InstanceAuditHeaderpublic boolean equals(Object objectToCompare)
equals in class InstanceAuditHeaderobjectToCompare - objectpublic int hashCode()
hashCode in class InstanceAuditHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.