Class LicenseOptionWrapper

java.lang.Object
com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper

public class LicenseOptionWrapper extends Object
Holds the special options valid for the License
  • Constructor Details

    • LicenseOptionWrapper

      public LicenseOptionWrapper()
      Empty constructor
    • LicenseOptionWrapper

      public LicenseOptionWrapper(com.elpical.jclaro.license.LicenseOption licenseOption)
      Constructs License Options from server LicenseOption object
  • Method Details

    • getOptiontype

      public int getOptiontype()
      Returns the type of LicenseOption Commercial(1),Customer(2),Internal(3)
      Returns:
      The type of LicenseOption
    • setOptiontype

      public void setOptiontype(int optiontype)
      Sets the type of LicenseOption Commercial(1),Customer(2),Internal(3);
      Parameters:
      optiontype - The type of LicenseOption
    • getDeclarationtype

      public int getDeclarationtype()
      Returns the type of the value Boolean(1),Integer(2),String(3)
      Returns:
      The type of the value
    • setDeclarationtype

      public void setDeclarationtype(int declarationtype)
      Sets the type of the value Boolean(1),Integer(2),String(3)
      Parameters:
      declarationtype - The type of the value
    • getName

      public String getName()
      Returns the name of the option
      Returns:
      The name of the option
    • setName

      public void setName(String optionname)
      Sets the name of the option
      Parameters:
      optionname - The name of the option
    • getValue

      public String getValue()
      Returns the value of the option
      Returns:
      The value of the option
    • setValue

      public void setValue(String optionvalue)
      Sets the value of the option
      Parameters:
      optionvalue - The value of the option
    • getId

      public int getId()
      Returns the id of the option
      Returns:
      The id of the option
    • setId

      public void setId(int id)
      sets the id of the option
      Parameters:
      id - The id of the option