@Metadata(description="An application. Each version of the application is a separate package.", root=APPLICATIONS) public class Application extends BaseConfigurationItem
Version
s. A Version (sometimes also called package)
can be either a DeploymentPackage
or a CompositePackage
, and contains a collection
of DeployableArtifact
s and resource specifications. Such a package can be deployed on a Container
.id, syntheticProperties, type
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLastVersion() |
void |
setLastVersion(java.lang.String lastVersion) |
compareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toString
public java.lang.String getLastVersion()
public void setLastVersion(java.lang.String lastVersion)
lastVersion
- The latest version number of the application.