|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.ServerApp
public class ServerApp
Represents a server application that can be run as the central process in a DTC test.
| Constructor Summary | |
|---|---|
ServerApp()
|
|
ServerApp(String name,
String description,
PkgLibrary requiredPkg)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
List<ServerAppConfig> |
getConfigs()
Returns a list of server application configurations that can be used to run this server 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 server application. |
List<ServerAppTag> |
getTags()
Returns a list of ServerAppTag objects that are used
to categorize server apps into groups. |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents. |
int |
hashCode()
|
void |
setConfigs(List<ServerAppConfig> configs)
|
void |
setDescription(String description)
|
void |
setId(Long id)
|
void |
setName(String name)
|
void |
setRequiredPkg(PkgLibrary requiredPkg)
|
void |
setTags(List<ServerAppTag> tags)
|
protected void |
setVersionNumber(Long versionNumber)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerApp()
public ServerApp(String name,
String description,
PkgLibrary requiredPkg)
| 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 getDescription()
public void setDescription(String description)
public List<ServerAppTag> getTags()
ServerAppTag objects that are used
to categorize server apps into groups.
public void setTags(List<ServerAppTag> tags)
public List<ServerAppConfig> getConfigs()
public void setConfigs(List<ServerAppConfig> configs)
public PkgLibrary getRequiredPkg()
public void setRequiredPkg(PkgLibrary requiredPkg)
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 | ||||||||