public class ChangeLogVersionEntryConfiguration extends Object
The configuration of an entry for a version.
Constructor and Description |
---|
ChangeLogVersionEntryConfiguration()
Creates a configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getDate()
Returns the date.
|
List<String> |
getDetails()
Returns the details.
|
List<String> |
getDistributions()
Returns the distributions.
|
String |
getMaintainer()
Returns the maintainer.
|
String |
getName()
Returns the name of the package.
|
String |
getUrgency()
Returns the urgency of the version.
|
String |
getVersion()
Returns the version.
|
void |
setDate(String date)
Sets the date.
|
void |
setDetails(List<String> details)
Sets the details.
|
void |
setDistributions(List<String> distributions)
Sets the distributions.
|
void |
setMaintainer(String maintainer)
Sets the maintainer.
|
void |
setName(String name)
Sets the name of the package.
|
void |
setUrgency(String urgency)
Sets the urgency of the version.
|
void |
setVersion(String version)
Sets the version.
|
public ChangeLogVersionEntryConfiguration()
Creates a configuration.
public String getName()
Returns the name of the package.
null
, if no name is set.public void setName(String name)
Sets the name of the package.
name
- The name.public String getVersion()
Returns the version.
null
, if no version is set.public void setVersion(String version)
Sets the version.
version
- The version.public List<String> getDistributions()
Returns the distributions.
public void setDistributions(List<String> distributions)
Sets the distributions.
distributions
- The distributions.public String getUrgency()
Returns the urgency of the version.
null
, if no urgency is set.public void setUrgency(String urgency)
Sets the urgency of the version.
urgency
- The urgency.public void setDetails(List<String> details)
Sets the details.
details
- The details.public String getMaintainer()
Returns the maintainer.
null
, if no maintainer is set.public void setMaintainer(String maintainer)
Sets the maintainer.
maintainer
- The maintainer.public String getDate()
Returns the date.
null
, if no date is set.public void setDate(String date)
Sets the date.
date
- The date.Copyright © 2015–2019. All rights reserved.