Direct Known Subclasses:
DataSetProperties, DataStoreProperties

public class DataAssetProperties extends AssetProperties
DataAssetProperties is a java bean used to create assets associated with the external asset manager.
  • Constructor Details

    • DataAssetProperties

      public DataAssetProperties()
      Default constructor
    • DataAssetProperties

      public DataAssetProperties(DataAssetProperties template)
      Copy/clone constructor. Note, this is a deep copy
      Parameters:
      template - object to copy
  • Method Details

    • getIsReferenceAsset

      public boolean getIsReferenceAsset()
      Return whether this being used as a reference data set.
      Returns:
      boolean flag
    • setIsReferenceAsset

      public void setIsReferenceAsset(boolean referenceAsset)
      Set up whether this asset is being used as a reference data set.
      Parameters:
      referenceAsset - boolean flag
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Retrieve the name of the technology used for this data asset.
      Returns:
      string name
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up the name of the technology used for this data asset.
      Parameters:
      deployedImplementationType - string name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class AssetProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class AssetProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class AssetProperties
      Returns:
      int