public class Application extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getBuild()
Getter for the field
build. |
static Application |
getInstance()
getInstance.
|
String |
getName()
Getter for the field
name. |
String |
getVersion()
Getter for the field
version. |
void |
setBuild(String build)
Setter for the field
build. |
void |
setName(String name)
Setter for the field
name. |
void |
setVersion(String version)
Setter for the field
version. |
String |
toString() |
public static final Application getInstance()
getInstance.
Application object.public String getVersion()
Getter for the field version.
public void setVersion(String version)
Setter for the field version.
version - the version to setpublic String getBuild()
Getter for the field build.
public void setBuild(String build)
Setter for the field build.
build - the build to setpublic String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - the name to setCopyright © 2006–2016 OWASP. All rights reserved.