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 |
|---|---|
AdditionalProperties |
getAdditionalProperties()
Return the set of additional properties.
|
List<AssetClassification> |
getAssetClassifications()
Return the list of classifications associated with the asset.
|
String |
getDescription()
Returns the stored description property for the asset.
|
String |
getDisplayName()
Returns the stored display name property for the asset.
|
Map<String,Object> |
getExtendedProperties()
Return the set of properties that are specific to the particular type of asset.
|
String |
getGUID()
Return the unique id for the properties object.
|
String |
getLatestChange()
Return a short description of the last change to the asset.
|
Map<String,String> |
getOrigins()
Return the properties that characterize where this asset is from.
|
String |
getOwner()
Returns the name of the owner for this asset.
|
String |
getOwnerPropertyName()
Return the property name that is being used to identify the owner.
|
OwnerType |
getOwnerType()
Deprecated.
|
String |
getOwnerTypeName()
Return the type name of the element representing the owner.
|
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.
|
String |
toString()
Standard toString method.
|
equals, getAssetBean, getAssetName, getAssetSuperTypeNames, getAssetTypeName, hashCode, setAssetBeanprotected 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()
@Deprecated public OwnerType getOwnerType()
public String getOwnerTypeName()
public String getOwnerPropertyName()
public List<String> getZoneMembership()
public List<AssetClassification> getAssetClassifications()
public Map<String,String> getOrigins()
public String getLatestChange()
public Map<String,Object> getExtendedProperties()
public AdditionalProperties getAdditionalProperties()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.