public class AssetProperties extends SupplementaryProperties
| Constructor and Description |
|---|
AssetProperties()
Default constructor
|
AssetProperties(AssetProperties template)
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.
|
String |
getTechnicalDescription()
Returns the stored technical description property for the asset.
|
String |
getTechnicalName()
Returns the stored technical name property for the asset.
|
int |
hashCode()
Return has code based on properties.
|
void |
setTechnicalDescription(String technicalDescription)
Set up the stored technical description property associated with the asset.
|
void |
setTechnicalName(String technicalName)
Set up the stored technical name property for the asset.
|
String |
toString()
Standard toString method.
|
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic AssetProperties()
public AssetProperties(AssetProperties template)
template - object to copypublic String getTechnicalName()
public void setTechnicalName(String technicalName)
technicalName - String namepublic String getTechnicalDescription()
public void setTechnicalDescription(String technicalDescription)
technicalDescription - String textpublic String toString()
toString in class SupplementaryPropertiespublic boolean equals(Object objectToCompare)
equals in class SupplementaryPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SupplementaryPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.