public class AssetProperties extends ReferenceableProperties
| Constructor and Description |
|---|
AssetProperties()
Default constructor
|
AssetProperties(AssetProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Date |
getDateAssetCreated()
Return the date that the asset was created.
|
Date |
getDateAssetLastUpdated()
Return the date that the asset was last updated.
|
String |
getDescription()
Return the description of the asset.
|
String |
getName()
Return the name of the asset.
|
int |
hashCode()
Return hash code for this object
|
void |
setDateAssetCreated(Date dateAssetCreated)
Set up the date that the asset was created.
|
void |
setDateAssetLastUpdated(Date dateAssetLastUpdated)
Set up the date that the asset was last updated.
|
void |
setDescription(String description)
Set up the description of the asset.
|
void |
setName(String name)
Set up the name of the asset.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic AssetProperties()
public AssetProperties(AssetProperties template)
template - object to copypublic String getName()
public void setName(String name)
name - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic Date getDateAssetCreated()
public void setDateAssetCreated(Date dateAssetCreated)
dateAssetCreated - datepublic Date getDateAssetLastUpdated()
public void setDateAssetLastUpdated(Date dateAssetLastUpdated)
dateAssetLastUpdated - datepublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.