public class AssetElementType extends AssetPropertyElementBase
| Constructor and Description |
|---|
AssetElementType(AssetElementType templateType)
Copy/clone constructor
|
AssetElementType(ElementType elementTypeBean)
Bean constructor accepts bean version of the AssetElementType to provide the values
|
| 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 |
getElementHomeMetadataCollectionId()
Returns the unique identifier for the metadata collection that is managed by the repository
where the element originates (its home repository).
|
String |
getElementHomeMetadataCollectionName()
Return the name of the metadata collection that this asset belongs to.
|
String |
getElementLicense()
Return the license associated with this metadata element (null means none).
|
ElementOrigin |
getElementOrigin()
Return the origin of the metadata element.
|
String |
getElementSourceServer()
Return the URL of the server where the element was retrieved from.
|
protected ElementType |
getElementTypeBean()
Clone the bean as part of the deep clone constructor.
|
String |
getElementTypeDescription()
Return the description for this element's type.
|
String |
getElementTypeId()
Return unique identifier for the element's type.
|
String |
getElementTypeName()
Return name of element's type.
|
long |
getElementTypeVersion()
Return the version number for this element's type.
|
int |
hashCode()
Create a hash code for this element type.
|
String |
toString()
Standard toString method.
|
public AssetElementType(ElementType elementTypeBean)
elementTypeBean - bean containing propertiespublic AssetElementType(AssetElementType templateType)
templateType - type to cloneprotected ElementType getElementTypeBean()
public String getElementTypeId()
public String getElementTypeName()
public long getElementTypeVersion()
public String getElementTypeDescription()
public String getElementSourceServer()
public ElementOrigin getElementOrigin()
public String getElementHomeMetadataCollectionId()
public String getElementHomeMetadataCollectionName()
public String getElementLicense()
public String toString()
public boolean equals(Object objectToCompare)
equals in class AssetPropertyElementBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertyElementBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.