public class AssetReferenceable extends AssetElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected Referenceable |
referenceableBean |
parentAsset| Modifier | Constructor and Description |
|---|---|
|
AssetReferenceable(AssetDescriptor parentAsset,
AssetReferenceable templateReferenceableElement)
Copy/clone constructor with parent asset.
|
protected |
AssetReferenceable(AssetDescriptor parentAsset,
Referenceable referenceableBean)
Bean constructor with parent asset
|
protected |
AssetReferenceable(Referenceable referenceableBean)
Bean 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.
|
AdditionalProperties |
getAdditionalProperties()
Return a copy of the additional properties.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
protected Referenceable |
getReferenceableBean()
Return the bean for this referenceable.
|
String |
toString()
Standard toString method.
|
getAssetClassifications, getElementHeaderBean, getGUID, getType, getURL, hashCodegetParentAsset, getParentAssetName, getParentAssetTypeNameprotected Referenceable referenceableBean
protected AssetReferenceable(Referenceable referenceableBean)
referenceableBean - bean containing all of the propertiesprotected AssetReferenceable(AssetDescriptor parentAsset, Referenceable referenceableBean)
parentAsset - descriptor for parent assetreferenceableBean - bean containing propertiespublic AssetReferenceable(AssetDescriptor parentAsset, AssetReferenceable templateReferenceableElement)
parentAsset - descriptor for parent assettemplateReferenceableElement - element to copyprotected Referenceable getReferenceableBean()
public String getQualifiedName()
public AdditionalProperties getAdditionalProperties()
public String toString()
toString in class AssetElementHeaderpublic boolean equals(Object objectToCompare)
equals in class AssetElementHeaderobjectToCompare - supplied objectCopyright © 2018 ODPi. All rights reserved.