Class TicketFieldSystemOption



  • public class TicketFieldSystemOption
    extends java.lang.Object
    Model class for ticket field system option.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Gets the name of the ticket field system option.
      java.lang.String getValue()
      Gets the value of the ticket field system option.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Gets the name of the ticket field system option.
        Returns:
        the name of the ticket field system option.
      • getValue

        public java.lang.String getValue()
        Gets the value of the ticket field system option.
        Returns:
        the value of the ticket field system option.