Class Id

  • All Implemented Interfaces:
    java.io.Serializable

    public class Id
    extends java.lang.Object
    implements java.io.Serializable
    Flower unique identifier <p>Java class for Id complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Id"&gt; &lt;simpleContent&gt; &lt;extension base="&lt;http://flower.com/docs/domain/common&gt;EDMSIdentifierType"&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Id()
      Default no-arg constructor abc
      Id​(java.lang.String value)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getValue()
      EDMS identifier.
      int hashCode()  
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
    • Constructor Detail

      • Id

        public Id()
        Default no-arg constructor abc
      • Id

        public Id​(java.lang.String value)
        Fully-initialising value constructor
    • Method Detail

      • getValue

        public java.lang.String getValue()
        EDMS identifier.
        Returns:
        possible object is String
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • 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