|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.ClientAppConfig
public class ClientAppConfig
Represents a runtime configuration for a ClientApp.
| Constructor Summary | |
|---|---|
ClientAppConfig()
|
|
ClientAppConfig(String name,
String path,
ClientAppConfigType propertyMethod,
ClientApp clientApp)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
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. |
int |
hashCode()
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientAppConfig()
public ClientAppConfig(String name,
String path,
ClientAppConfigType propertyMethod,
ClientApp clientApp)
| Method Detail |
|---|
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.
public void setProperties(List<Property> properties)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||