public class DataAssetProperties extends AssetProperties
| Constructor and Description |
|---|
DataAssetProperties()
Default constructor
|
DataAssetProperties(DataAssetProperties 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.
|
boolean |
getIsReferenceAsset()
Return whether this being used as a reference data set.
|
int |
hashCode()
Return has code based on properties.
|
void |
setIsReferenceAsset(boolean referenceAsset)
Set up whether this asset is being used as a reference data set.
|
String |
toString()
Standard toString method.
|
getTechnicalDescription, getTechnicalName, setTechnicalDescription, setTechnicalNamegetAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DataAssetProperties()
public DataAssetProperties(DataAssetProperties template)
template - object to copypublic boolean getIsReferenceAsset()
public void setIsReferenceAsset(boolean referenceAsset)
referenceAsset - boolean flagpublic String toString()
toString in class AssetPropertiespublic boolean equals(Object objectToCompare)
equals in class AssetPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.