Class AssetProperties

    • Constructor Detail

      • AssetProperties

        public AssetProperties()
        Default constructor
      • AssetProperties

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

      • getName

        public String getName()
        Return the name of the asset.
        Returns:
        string name
      • setName

        public void setName​(String name)
        Set up the name of the asset.
        Parameters:
        name - string name
      • getDescription

        public String getDescription()
        Return the description of the asset.
        Returns:
        text
      • setDescription

        public void setDescription​(String description)
        Set up the description of the asset.
        Parameters:
        description - text
      • getDateAssetCreated

        public Date getDateAssetCreated()
        Return the date that the asset was created.
        Returns:
        date
      • setDateAssetCreated

        public void setDateAssetCreated​(Date dateAssetCreated)
        Set up the date that the asset was created.
        Parameters:
        dateAssetCreated - date
      • getDateAssetLastUpdated

        public Date getDateAssetLastUpdated()
        Return the date that the asset was last updated.
        Returns:
        date
      • setDateAssetLastUpdated

        public void setDateAssetLastUpdated​(Date dateAssetLastUpdated)
        Set up the date that the asset was last updated.
        Parameters:
        dateAssetLastUpdated - date
      • equals

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