public abstract class ReferenceableHeader extends AssetConsumerElementHeader
| Constructor and Description |
|---|
ReferenceableHeader()
Default constructor
|
ReferenceableHeader(ReferenceableHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,Object> |
getAdditionalProperties()
Return any additional properties associated with the asset.
|
List<ReferenceableClassification> |
getClassifications()
Return the list of active classifications for this asset.
|
String |
getGUID()
Return the unique identifier for this asset.
|
String |
getOriginId()
Return the unique identifier of this metadata element's origin (also known as the home metadata collection id).
|
String |
getOriginLicense()
Return the license for the metadata element set up by the origin.
|
String |
getOriginName()
Set up the name of the metadata element's origin.
|
String |
getOriginType()
Return the type of the metadata element's origin.
|
String |
getQualifiedName()
Return the unique name for this asset.
|
String |
getTypeDescription()
Return the description for this Asset's type.
|
String |
getTypeName()
Return the name for this Asset's type.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the asset.
|
void |
setClassifications(List<ReferenceableClassification> classifications)
Set up the list of active classifications for this asset.
|
void |
setGUID(String guid)
Set up the unique identifier for this asset.
|
void |
setOriginId(String originId)
Set up the unique identifier of this metadata element's origin (also known as the home metadata collection id).
|
void |
setOriginLicense(String originLicense)
Set up the license for the metadata element set up by the origin.
|
void |
setOriginName(String originName)
Return the name of the metadata element's origin.
|
void |
setOriginType(String originType)
Set up the type of the metadata element's origin.
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name for this asset.
|
void |
setTypeDescription(String typeDescription)
Set up the description for this Asset's type.
|
void |
setTypeName(String typeName)
Set up the name for this Asset's type.
|
String |
toString()
JSON-style toString
|
public ReferenceableHeader()
public ReferenceableHeader(ReferenceableHeader template)
public String getGUID()
public void setGUID(String guid)
guid - string guid for this assetpublic String getTypeName()
public void setTypeName(String typeName)
typeName - string namepublic String getTypeDescription()
public String getOriginId()
public void setOriginId(String originId)
originId - guidpublic String getOriginName()
public void setOriginName(String originName)
originName - namepublic String getOriginType()
public void setOriginType(String originType)
originType - descriptive type namepublic String getOriginLicense()
public void setOriginLicense(String originLicense)
originLicense - public void setTypeDescription(String typeDescription)
typeDescription - string descriptionpublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic List<ReferenceableClassification> getClassifications()
public void setClassifications(List<ReferenceableClassification> classifications)
classifications - list of classification objectspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.