Class GlobalIdDTO

    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalIdDTO()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      abstract java.lang.String value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GlobalIdDTO

        public GlobalIdDTO()
    • Method Detail

      • value

        public abstract java.lang.String value()
      • toString

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