Class HostAttributeEntity

    • Constructor Detail

      • HostAttributeEntity

        public HostAttributeEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getValue

        public String getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(String value)
        Sets value for attribute value
      • getHost

        public HostEntity getHost()
        Gets value for attribute host
      • setHost

        public void setHost​(HostEntity host)
        Sets value for attribute host
      • getMetadata

        public MetaDataEntity getMetadata()
        Gets value for attribute metadata
      • setMetadata

        public void setMetadata​(MetaDataEntity metadata)
        Sets value for attribute metadata
      • getBlobDataValue

        public byte[] getBlobDataValue()
        Gets value for attribute blobDataValue
      • setBlobDataValue

        public void setBlobDataValue​(byte[] blobDataValue)
        Sets value for attribute blobDataValue
      • getObjectValue

        public abstract Object getObjectValue()
        Operation getObjectValue
        Returns:
      • setObjectValue

        public abstract void setObjectValue​(Object value)
        Operation setObjectValue
        Parameters:
        value -
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an HostAttributeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object