public class AssetCollection extends AssetConsumerElementHeader
| Constructor and Description |
|---|
AssetCollection()
Default Constructor
|
AssetCollection(AssetCollection template)
Copy/clone Constructor - the resulting object.
|
| 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<Classification> |
getClassifications()
Return the list of active classifications for this asset.
|
AssetCollectionOrder |
getCollectionOrdering()
Return the property to use to determine the order that assets are returned.
|
String |
getCollectionUse()
Return the description of how the collection is used by the actor.
|
String |
getDescription()
Return the description for this asset.
|
String |
getDisplayName()
Return the display name for this asset (normally a shortened for of the qualified name).
|
String |
getGUID()
Return the unique identifier for this asset.
|
String |
getQualifiedName()
Return the unique name for this asset.
|
String |
getTypeName()
Return the name for this Asset's typeName.
|
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<Classification> classifications)
Set up the list of active classifications for this asset.
|
void |
setCollectionOrdering(AssetCollectionOrder collectionOrdering)
Set up the property to use to determine the order that assets are returned.
|
void |
setCollectionUse(String collectionUse)
Set up the description of how the collection is used by the actor.
|
void |
setDescription(String description)
Set up the description for this asset.
|
void |
setDisplayName(String displayName)
Set up the display name for this asset (normally a shortened for of the qualified name).
|
void |
setGUID(String guid)
Set up the unique identifier for this asset.
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name for this asset.
|
void |
setTypeName(String typeName)
Set up the name for this Asset's typeName.
|
String |
toString()
JSON-style toString
|
public AssetCollection()
public AssetCollection(AssetCollection template)
template - object being copiedpublic String getGUID()
public void setGUID(String guid)
guid - string guid for this assetpublic String getTypeName()
public void setTypeName(String typeName)
typeName - string namepublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic String getCollectionUse()
public void setCollectionUse(String collectionUse)
collectionUse - testpublic AssetCollectionOrder getCollectionOrdering()
public void setCollectionOrdering(AssetCollectionOrder collectionOrdering)
collectionOrdering - AssetCollectionOrder enumpublic Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic List<Classification> getClassifications()
public void setClassifications(List<Classification> classifications)
classifications - list of classification objectspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.