Class IdentifierType


  • public class IdentifierType
    extends java.lang.Object
    IdentifierType class
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentifierType​(java.lang.String id, java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      getter for id
      java.lang.String getType()
      getter for type
      void setId​(java.lang.String id)
      setter for id
      void setType​(java.lang.String type)
      setter for type
      • Methods inherited from class java.lang.Object

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

      • IdentifierType

        public IdentifierType​(java.lang.String id,
                              java.lang.String type)
    • Method Detail

      • getId

        public java.lang.String getId()
        getter for id
      • setId

        public void setId​(java.lang.String id)
        setter for id
      • getType

        public java.lang.String getType()
        getter for type
      • setType

        public void setType​(java.lang.String type)
        setter for type