Class ApplicationDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the properties of an application.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the application.The names of the configuration templates associated with this application.The date when the application was created.The date when the application was last modified.User-defined description of the application.The names of the versions for this application.int
hashCode()
void
setApplicationName
(String applicationName) The name of the application.void
setConfigurationTemplates
(Collection<String> configurationTemplates) The names of the configuration templates associated with this application.void
setDateCreated
(Date dateCreated) The date when the application was created.void
setDateUpdated
(Date dateUpdated) The date when the application was last modified.void
setDescription
(String description) User-defined description of the application.void
setVersions
(Collection<String> versions) The names of the versions for this application.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application.withConfigurationTemplates
(String... configurationTemplates) The names of the configuration templates associated with this application.withConfigurationTemplates
(Collection<String> configurationTemplates) The names of the configuration templates associated with this application.withDateCreated
(Date dateCreated) The date when the application was created.withDateUpdated
(Date dateUpdated) The date when the application was last modified.withDescription
(String description) User-defined description of the application.withVersions
(String... versions) The names of the versions for this application.withVersions
(Collection<String> versions) The names of the versions for this application.
-
Constructor Details
-
ApplicationDescription
public ApplicationDescription()
-
-
Method Details
-
setApplicationName
The name of the application.
- Parameters:
applicationName
- The name of the application.
-
getApplicationName
The name of the application.
- Returns:
- The name of the application.
-
withApplicationName
The name of the application.
- Parameters:
applicationName
- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
User-defined description of the application.
- Parameters:
description
- User-defined description of the application.
-
getDescription
User-defined description of the application.
- Returns:
- User-defined description of the application.
-
withDescription
User-defined description of the application.
- Parameters:
description
- User-defined description of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDateCreated
The date when the application was created.
- Parameters:
dateCreated
- The date when the application was created.
-
getDateCreated
The date when the application was created.
- Returns:
- The date when the application was created.
-
withDateCreated
The date when the application was created.
- Parameters:
dateCreated
- The date when the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDateUpdated
The date when the application was last modified.
- Parameters:
dateUpdated
- The date when the application was last modified.
-
getDateUpdated
The date when the application was last modified.
- Returns:
- The date when the application was last modified.
-
withDateUpdated
The date when the application was last modified.
- Parameters:
dateUpdated
- The date when the application was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVersions
The names of the versions for this application.
- Returns:
- The names of the versions for this application.
-
setVersions
The names of the versions for this application.
- Parameters:
versions
- The names of the versions for this application.
-
withVersions
The names of the versions for this application.
NOTE: This method appends the values to the existing list (if any). Use
setVersions(java.util.Collection)
orwithVersions(java.util.Collection)
if you want to override the existing values.- Parameters:
versions
- The names of the versions for this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVersions
The names of the versions for this application.
- Parameters:
versions
- The names of the versions for this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getConfigurationTemplates
The names of the configuration templates associated with this application.
- Returns:
- The names of the configuration templates associated with this application.
-
setConfigurationTemplates
The names of the configuration templates associated with this application.
- Parameters:
configurationTemplates
- The names of the configuration templates associated with this application.
-
withConfigurationTemplates
The names of the configuration templates associated with this application.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationTemplates(java.util.Collection)
orwithConfigurationTemplates(java.util.Collection)
if you want to override the existing values.- Parameters:
configurationTemplates
- The names of the configuration templates associated with this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurationTemplates
The names of the configuration templates associated with this application.
- Parameters:
configurationTemplates
- The names of the configuration templates associated with this application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-