Class ObjectDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectDetails
    extends java.lang.Object
    implements java.io.Serializable
    An object that describes an object.
    Author:
    alex
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectDetails()  
    • Constructor Detail

      • ObjectDetails

        public ObjectDetails()
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Returns:
        the identifier
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Parameters:
        identifier - the identifier to set
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getType

        public java.lang.String getType()
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Parameters:
        type - the type to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object