Class ValidValueImplementationAsset

  • All Implemented Interfaces:
    Serializable

    public class ValidValueImplementationAsset
    extends ValidValueImplementation
    ValidValueImplementationAsset contains the properties for a reference data set implementing a requested valid value.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidValueImplementationAsset

        public ValidValueImplementationAsset()
        Default constructor
      • ValidValueImplementationAsset

        public ValidValueImplementationAsset​(ValidValueImplementationAsset template)
        Copy clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getReferenceDataAsset

        public Asset getReferenceDataAsset()
        Returns the asset where the implementation of the valid value set is stored.
        Returns:
        properties of the asset
      • setReferenceDataAsset

        public void setReferenceDataAsset​(Asset referenceDataAsset)
        Set up the asset where the implementation of the valid value set is stored.
        Parameters:
        referenceDataAsset - properties of the asset
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ValidValueImplementation
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison