Class OperatingPlatformProperties

    • Constructor Detail

      • OperatingPlatformProperties

        public OperatingPlatformProperties()
        Default constructor
      • OperatingPlatformProperties

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

      • getDisplayName

        public String getDisplayName()
        Returns the stored display name property for the asset. If no display name is available then null is returned.
        Returns:
        String name
      • setDisplayName

        public void setDisplayName​(String displayName)
        Set up the stored display name property for the asset.
        Parameters:
        displayName - String name
      • getDescription

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

        public void setDescription​(String description)
        Set up the stored description property associated with the asset.
        Parameters:
        description - String text
      • getOperatingSystem

        public String getOperatingSystem()
        Return the name of the operating system running on the host.
        Returns:
        string name
      • setOperatingSystem

        public void setOperatingSystem​(String operatingSystem)
        Set up the name of the operating system running on the host.
        Parameters:
        operatingSystem - string name
      • getByteOrdering

        public ByteOrdering getByteOrdering()
        Return the byte ordering of the hardware.
        Returns:
        byteOrdering
      • setByteOrdering

        public void setByteOrdering​(ByteOrdering byteOrdering)
        Set up the byte ordering of the hardware.
        Parameters:
        byteOrdering - byteOrdering
      • equals

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