Class LicenseOptionWrapper
java.lang.Object
com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Holds the special options valid for the License
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorLicenseOptionWrapper(com.elpical.jclaro.license.LicenseOption licenseOption)
Constructs License Options from server LicenseOption object -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the type of the value Boolean(1),Integer(2),String(3)int
getId()
Returns the id of the optiongetName()
Returns the name of the optionint
Returns the type of LicenseOption Commercial(1),Customer(2),Internal(3)getValue()
Returns the value of the optionvoid
setDeclarationtype(int declarationtype)
Sets the type of the value Boolean(1),Integer(2),String(3)void
setId(int id)
sets the id of the optionvoid
Sets the name of the optionvoid
setOptiontype(int optiontype)
Sets the type of LicenseOption Commercial(1),Customer(2),Internal(3);void
Sets the value of the option
-
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
Returns the name of the option- Returns:
- The name of the option
-
setName
Sets the name of the option- Parameters:
optionname
- The name of the option
-
getValue
Returns the value of the option- Returns:
- The value of the option
-
setValue
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
-