public class ApplicationSetup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationSetup.Address
Represents part of an address.
|
| Modifier and Type | Field and Description |
|---|---|
private ApplicationSetup.Address |
address |
private String |
description |
private String |
id |
private String |
manufacturerLogo |
private String |
manufacturerName |
private String |
manufacturerProductDesignation |
private String |
name |
private String |
productImage |
private Version |
version |
| Constructor and Description |
|---|
ApplicationSetup()
For snakeyaml.
|
ApplicationSetup(ApplicationSetup setup)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationSetup.Address |
getAddress()
Returns the address.
|
String |
getDescription()
Returns the description.
|
String |
getId()
Returns the application id.
|
String |
getManufacturerLogo()
Returns the optional manufacturer logo.
|
String |
getManufacturerName()
Returns the manufacturer name.
|
String |
getManufacturerProductDesignation()
Returns the manufacturer product designation.
|
String |
getName()
Returns the application name.
|
String |
getProductImage()
Returns the optional product image.
|
Version |
getVersion()
Returns the version of the application.
|
void |
setAddress(ApplicationSetup.Address address)
Changes the address.
|
void |
setDescription(String description)
Changes the description.
|
void |
setId(String id)
Changes the application id.
|
void |
setManufacturerLogo(String manufacturerLogo)
Defines the optional manufacturer logo.
|
void |
setManufacturerName(String manufacturerName)
Changes the manufacturer name.
|
void |
setManufacturerProductDesignation(String manufacturerProductDesignation)
Changes the manufacturer product designation.
|
void |
setName(String name)
Changes the application name.
|
void |
setProductImage(String productImage)
Changes the optional product image.
|
void |
setVersion(String version)
Changes the version.
|
void |
setVersion(Version version)
Changes the version.
|
private String id
private String name
private Version version
private String description
private String manufacturerName
private String manufacturerProductDesignation
private String productImage
private String manufacturerLogo
private ApplicationSetup.Address address
public ApplicationSetup()
public ApplicationSetup(ApplicationSetup setup)
setup - the instance to copy frompublic String getId()
public void setId(String id)
id - the application idpublic String getName()
public void setName(String name)
name - the application namepublic Version getVersion()
public void setVersion(Version version)
version - the versionpublic void setVersion(String version)
version - the versionpublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic String getManufacturerName()
public void setManufacturerName(String manufacturerName)
manufacturerName - the manufacturer namepublic String getManufacturerProductDesignation()
public void setManufacturerProductDesignation(String manufacturerProductDesignation)
manufacturerProductDesignation - the designationpublic ApplicationSetup.Address getAddress()
public void setAddress(ApplicationSetup.Address address)
address - the addresspublic String getProductImage()
public void setProductImage(String productImage)
productImage - the image (local resolvable name or URI to image)public String getManufacturerLogo()
public void setManufacturerLogo(String manufacturerLogo)
manufacturerLogo - the logo (local resolvable name or URI to image)Copyright © 2022. All rights reserved.