Class TicketFieldSystemOption



  • public class TicketFieldSystemOption
    extends java.lang.Object
    Model class for ticket field system option.
    • Constructor Detail

      • TicketFieldSystemOption

        public TicketFieldSystemOption(java.lang.String name,
                                       java.lang.String value)
        Constructor for creating an instance of a ticket field system option.
        Parameters:
        name - ticket field system option name
        value - ticket field system option value
    • 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.