public class ClientAppConfig extends Object implements Serializable
ClientApp.| Constructor and Description |
|---|
ClientAppConfig(String name,
String path,
ClientAppConfigType propertyMethod) |
| Modifier and Type | Method and Description |
|---|---|
ClientApp |
getClientApp()
Returns the parent
ClientApp which this configuration
is associated with. |
Long |
getId()
Returns the id of the entity in persistent storage
|
String |
getName() |
String |
getPath()
Returns the system path required to initiate execution of this
client simulator.
|
List<Property> |
getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the client during run time. |
ClientAppConfigType |
getPropertyMethod()
Returns the mechanism required to pass arguments to the client
executable.
|
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents.
|
void |
setClientApp(ClientApp clientApp) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setProperties(List<Property> properties) |
void |
setPropertyMethod(ClientAppConfigType propertyMethod) |
protected void |
setVersionNumber(Long versionNumber) |
public ClientAppConfig(String name, String path, ClientAppConfigType propertyMethod)
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 getPath()
public void setPath(String path)
public ClientAppConfigType getPropertyMethod()
public void setPropertyMethod(ClientAppConfigType propertyMethod)
public ClientApp getClientApp()
ClientApp which this configuration
is associated with.ClientApp for this configurationpublic void setClientApp(ClientApp clientApp)
public List<Property> getProperties()
Property objects
to be passed to the client during run time.Copyright © 2013. All Rights Reserved.