public class AssetSummary extends AssetDescriptor
assetBean| Modifier | Constructor and Description |
|---|---|
protected |
AssetSummary()
Default constructor only for subclasses
|
|
AssetSummary(Asset assetBean)
Bean constructor - initializes AssetSummary using a bean returned by the REST interface.
|
|
AssetSummary(AssetSummary templateAssetSummary)
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.
|
AdditionalProperties |
getAdditionalProperties()
Return the set of additional properties.
|
List<AssetClassification> |
getAssetClassifications()
Return the list of classifications associated with the asset.
|
AdditionalProperties |
getAssetProperties()
Return the set of properties that are specific to the particular type of asset.
|
String |
getDescription()
Returns the stored description property for the asset.
|
String |
getDisplayName()
Returns the stored display name property for the asset.
|
String |
getGUID()
Return the unique id for the properties object.
|
String |
getOwner()
Returns the name of the owner for this asset.
|
String |
getQualifiedName()
Returns the stored qualified name property for the asset.
|
String |
getShortDescription()
Returns the short description of the asset from relationship with Connection.
|
AssetElementType |
getType()
Return the element type properties for this asset.
|
String |
getURL()
Returns the URL to access the properties object in the metadata repository.
|
List<String> |
getZoneMembership()
Return the names of the zones that this asset is a member of.
|
int |
hashCode()
Create a hash code for this element type.
|
String |
toString()
Standard toString method.
|
getAssetBean, getAssetName, getAssetTypeNameprotected AssetSummary()
public AssetSummary(Asset assetBean)
assetBean - asset properties beanpublic AssetSummary(AssetSummary templateAssetSummary)
templateAssetSummary - template values for asset summarypublic AssetElementType getType()
public String getGUID()
public String getURL()
public String getQualifiedName()
public String getDisplayName()
public String getShortDescription()
public String getDescription()
public String getOwner()
public List<String> getZoneMembership()
public List<AssetClassification> getAssetClassifications()
public AdditionalProperties getAssetProperties()
public AdditionalProperties getAdditionalProperties()
public String toString()
toString in class AssetPropertyElementBasepublic boolean equals(Object objectToCompare)
equals in class AssetPropertyElementBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertyElementBaseCopyright © 2018 ODPi. All rights reserved.