Class AssetProperties

    • Constructor Detail

      • AssetProperties

        public AssetProperties()
        Default constructor
      • AssetProperties

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

      • getTechnicalName

        public String getTechnicalName()
        Returns the stored technical name property for the asset. If no technical name is available then null is returned.
        Returns:
        String name
      • setTechnicalName

        public void setTechnicalName​(String technicalName)
        Set up the stored technical name property for the asset.
        Parameters:
        technicalName - String name
      • getTechnicalDescription

        public String getTechnicalDescription()
        Returns the stored technical description property for the asset. If no description is provided then null is returned.
        Returns:
        description String text
      • setTechnicalDescription

        public void setTechnicalDescription​(String technicalDescription)
        Set up the stored technical description property associated with the asset.
        Parameters:
        technicalDescription - String text
      • equals

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