public class ElementControlHeader extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ElementControlHeader()
Default constructor
|
ElementControlHeader(ElementControlHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getElementCreatedBy()
Return the name of the user that created this instance.
|
Date |
getElementCreateTime()
Return the date/time that this instance was created.
|
String |
getElementLicense()
Return the license associated with this metadata element (null means none).
|
List<String> |
getElementMaintainedBy()
Return the list of users responsible for maintaining this instance.
|
String |
getElementMetadataCollectionId()
Returns the unique identifier for the metadata collection that is managed by the repository
where the element originates (its home repository).
|
String |
getElementMetadataCollectionName()
Return the name of the metadata collection that this element belongs to.
|
ElementOrigin |
getElementOrigin()
Return the origin category of the metadata element.
|
String |
getElementSourceServer()
Return the URL of the server where the element was retrieved from.
|
String |
getElementUpdatedBy()
Return the name of the user that last updated this instance.
|
Date |
getElementUpdateTime()
Return what was the late time this instance was updated.
|
long |
getElementVersion()
Return the version number for this instance.
|
Map<String,Serializable> |
getMappingProperties()
Return the additional properties used by the master repository to map to stored instances.
|
ElementStatus |
getStatus()
Return the status of this instance.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setElementCreatedBy(String elementCreatedBy)
Set up the name of the user that created this instance.
|
void |
setElementCreateTime(Date elementCreateTime)
Set up the time that this instance was created.
|
void |
setElementLicense(String elementLicense)
Set up the license associated with this metadata element (null means none)
|
void |
setElementMaintainedBy(List<String> elementMaintainedBy)
Set up the list of users responsible for maintaining this instance.
|
void |
setElementMetadataCollectionId(String elementMetadataCollectionId)
Set up the unique identifier for the metadata collection that is managed by the repository
where the element originates (its home repository).
|
void |
setElementMetadataCollectionName(String elementMetadataCollectionName)
Set up the name of the metadata collection that this asset belongs to.
|
void |
setElementOrigin(ElementOrigin elementOrigin)
Set up the category of this element's origin.
|
void |
setElementSourceServer(String elementSourceServer)
Set up the URL of the server where the element was retrieved from.
|
void |
setElementUpdatedBy(String elementUpdatedBy)
Set up the name of the user that last updated this instance.
|
void |
setElementUpdateTime(Date elementUpdateTime)
Set up the last update time for this instance.
|
void |
setElementVersion(long elementVersion)
Set up the version number for this instance.
|
void |
setMappingProperties(Map<String,Serializable> mappingProperties)
Set up the additional properties used by the master repository to map to stored instances.
|
void |
setStatus(ElementStatus newStatus)
Set up the status of this instance.
|
String |
toString()
Standard toString method.
|
getHeaderVersion, setHeaderVersionpublic ElementControlHeader()
public ElementControlHeader(ElementControlHeader template)
template - type to clonepublic void setElementSourceServer(String elementSourceServer)
elementSourceServer - URL of the serverpublic String getElementSourceServer()
public void setElementOrigin(ElementOrigin elementOrigin)
elementOrigin - see ElementOrigin enumpublic ElementOrigin getElementOrigin()
public String getElementMetadataCollectionId()
public void setElementMetadataCollectionId(String elementMetadataCollectionId)
elementMetadataCollectionId - String unique identifier for the home metadata repositorypublic String getElementMetadataCollectionName()
public void setElementMetadataCollectionName(String elementMetadataCollectionName)
elementMetadataCollectionName - name stringpublic String getElementLicense()
public void setElementLicense(String elementLicense)
elementLicense - string license namepublic ElementStatus getStatus()
public void setStatus(ElementStatus newStatus)
newStatus - InstanceStatuspublic String getElementCreatedBy()
public void setElementCreatedBy(String elementCreatedBy)
elementCreatedBy - String user namepublic String getElementUpdatedBy()
public void setElementUpdatedBy(String elementUpdatedBy)
elementUpdatedBy - String user namepublic List<String> getElementMaintainedBy()
public void setElementMaintainedBy(List<String> elementMaintainedBy)
elementMaintainedBy - list of user identifierspublic Date getElementCreateTime()
public void setElementCreateTime(Date elementCreateTime)
elementCreateTime - Date/Time of creationpublic Date getElementUpdateTime()
public void setElementUpdateTime(Date elementUpdateTime)
elementUpdateTime - Date/Time last updatedpublic long getElementVersion()
public void setElementVersion(long elementVersion)
elementVersion - Long version numberpublic Map<String,Serializable> getMappingProperties()
public void setMappingProperties(Map<String,Serializable> mappingProperties)
mappingProperties - property mappublic String toString()
public boolean equals(Object objectToCompare)
equals in class PropertyBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class PropertyBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.