public class ClientApp extends Object implements Serializable
ServerApp in a DTC test.| Constructor and Description |
|---|
ClientApp(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientAppConfig> |
getConfigs()
Returns a list of client application configurations that can be used
to run this client application.
|
String |
getDescription() |
Long |
getId()
Returns the id of the entity in persistent storage
|
String |
getName() |
PkgLibrary |
getRequiredPkg()
Returns the package library required to run this client application.
|
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents.
|
void |
setConfigs(List<ClientAppConfig> configs) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setRequiredPkg(PkgLibrary requiredPkg) |
protected void |
setVersionNumber(Long versionNumber) |
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<ClientAppConfig> getConfigs()
public void setConfigs(List<ClientAppConfig> configs)
public PkgLibrary getRequiredPkg()
public void setRequiredPkg(PkgLibrary requiredPkg)
Copyright © 2013. All Rights Reserved.