Class LicenseDemoData
- java.lang.Object
-
- de.xima.fc.gui.bean.settings.model.LicenseDemoData
-
public class LicenseDemoData extends Object
- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Constructor Summary
Constructors Constructor Description LicenseDemoData(boolean clientLicense)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomerName()
Gets the cutstomerNameString
getEmail()
Gets the emailString
getFirstname()
Gets the firstameString
getLastname()
Gets the lastnameboolean
isAcceptConditions()
Gets the acceptConditionsboolean
isClientLicense()
Gets the clientLicensevoid
setAcceptConditions(boolean acceptConditions)
Sets the acceptConditionsvoid
setCustomerName(String customerName)
Sets the cutstomerNamevoid
setEmail(String email)
Sets the emailvoid
setFirstname(String firstame)
Sets the firstamevoid
setLastname(String lastname)
Sets the lastname
-
-
-
Method Detail
-
isClientLicense
public boolean isClientLicense()
Gets the clientLicense- Returns:
- the clientLicense
-
getCustomerName
public String getCustomerName()
Gets the cutstomerName- Returns:
- the cutstomerName
-
setCustomerName
public void setCustomerName(String customerName)
Sets the cutstomerName- Parameters:
customerName
- the cutstomerName to set
-
getFirstname
public String getFirstname()
Gets the firstame- Returns:
- the firstame
-
setFirstname
public void setFirstname(String firstame)
Sets the firstame- Parameters:
firstame
- the firstame to set
-
getLastname
public String getLastname()
Gets the lastname- Returns:
- the lastname
-
setLastname
public void setLastname(String lastname)
Sets the lastname- Parameters:
lastname
- the lastname to set
-
getEmail
public String getEmail()
Gets the email- Returns:
- the email
-
setEmail
public void setEmail(String email)
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
-
-