Class LicenseDemoData
java.lang.Object
de.xima.fc.gui.bean.settings.model.LicenseDemoData
- Author:
- XIMA MEDIA GmbH, Dresden
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the cutstomerNamegetEmail()
Gets the emailGets the firstameGets the lastnameboolean
Gets the acceptConditionsboolean
Gets the clientLicensevoid
setAcceptConditions
(boolean acceptConditions) Sets the acceptConditionsvoid
setCustomerName
(String customerName) Sets the cutstomerNamevoid
Sets the emailvoid
setFirstname
(String firstame) Sets the firstamevoid
setLastname
(String lastname) Sets the lastname
-
Constructor Details
-
LicenseDemoData
public LicenseDemoData(boolean clientLicense)
-
-
Method Details
-
isClientLicense
public boolean isClientLicense()Gets the clientLicense- Returns:
- the clientLicense
-
getCustomerName
Gets the cutstomerName- Returns:
- the cutstomerName
-
setCustomerName
Sets the cutstomerName- Parameters:
customerName
- the cutstomerName to set
-
getFirstname
Gets the firstame- Returns:
- the firstame
-
setFirstname
Sets the firstame- Parameters:
firstame
- the firstame to set
-
getLastname
Gets the lastname- Returns:
- the lastname
-
setLastname
Sets the lastname- Parameters:
lastname
- the lastname to set
-
getEmail
Gets the email- Returns:
- the email
-
setEmail
Sets the email- Parameters:
email
- the email to set
-
isAcceptConditions
public boolean isAcceptConditions()Gets the acceptConditions- Returns:
- the acceptConditions
-
setAcceptConditions
public void setAcceptConditions(boolean acceptConditions) Sets the acceptConditions- Parameters:
acceptConditions
- the acceptConditions to set
-