Class Value

  • All Implemented Interfaces:
    java.io.Serializable

    public class Value
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
      Value​(java.lang.String type, java.lang.String content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getContent()  
      java.lang.String getType()  
      int hashCode()  
      void setContent​(java.lang.String content)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Value

        public Value()
      • Value

        public Value​(java.lang.String type,
                     java.lang.String content)
    • Method Detail

      • getContent

        public java.lang.String getContent()
      • setContent

        public void setContent​(java.lang.String content)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • hashCode

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

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