Class ReferencedType


  • public class ReferencedType
    extends java.lang.Object
    Java class so it can be used in our rest services
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferencedType()  
      ReferencedType​(java.lang.String type, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getType()  
      void setLabel​(java.lang.String label)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • ReferencedType

        public ReferencedType()
      • ReferencedType

        public ReferencedType​(java.lang.String type,
                              java.lang.String label)
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

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

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)