Class Elements
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.beans.Element
org.odpi.openmetadata.viewservices.assetcatalog.beans.Elements
Elements object is used to describe the elements returned by the search method
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Returns the list of item elements returned by the search method.int
hashCode()
Return hash code based on properties.void
setAssetCatalogItemElements
(List<AssetCatalogItemElement> assetCatalogItemElements) Set up the list of item elements returned by the search methodtoString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.viewservices.assetcatalog.beans.Element
getAdditionalProperties, getAnchorElement, getClassifications, getCreatedBy, getCreateTime, getGuid, getName, getOrigin, getParentElement, getProperties, getStatus, getType, getUpdatedBy, getUpdateTime, getUrl, getVersion, setAdditionalProperties, setAnchorElement, setClassifications, setCreatedBy, setCreateTime, setGuid, setName, setOrigin, setParentElement, setProperties, setStatus, setType, setUpdatedBy, setUpdateTime, setUrl, setVersion
-
Constructor Details
-
Elements
public Elements()Default constructor.
-
-
Method Details
-
getAssetCatalogItemElements
Returns the list of item elements returned by the search method.- Returns:
- the list of item elements
-
setAssetCatalogItemElements
Set up the list of item elements returned by the search method- Parameters:
assetCatalogItemElements
- the list of item elements
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-