public class ReportModel extends Object
| Constructor and Description |
|---|
ReportModel() |
| Modifier and Type | Method and Description |
|---|---|
List<LanguageModel> |
getAllLanguages()
Gets the all languages.
|
String |
getBaseName()
Gets the base name.
|
String |
getBasePath()
Gets the base path.
|
String |
getGenerationDate()
Gets the generation date.
|
String |
getMavenCoordinates()
Gets the maven coordinates.
|
String |
getProjectName()
Gets the project name.
|
String |
getRelativeReportUrl()
Gets the relative report url.
|
String |
getSvnCheckoutUrl()
Gets the svn checkout url.
|
String |
getVersion()
Gets the version.
|
void |
setAllLanguages(List<LanguageModel> allLanguages)
Sets the all languages.
|
void |
setBaseName(String baseName)
Sets the base name.
|
void |
setBasePath(String basePath)
Sets the base path.
|
void |
setGenerationDate(String generationDate)
Sets the generation date.
|
void |
setMavenCoordinates(String mavenCoordinates)
Sets the maven coordinates.
|
void |
setProjectName(String projectName)
Sets the project name.
|
void |
setRelativeReportUrl(String relativeReportUrl)
Sets the relative report url.
|
void |
setSvnCheckoutUrl(String svnCheckoutUrl)
Sets the svn checkout url.
|
void |
setVersion(String version)
Sets the version.
|
public String getProjectName()
public void setProjectName(String projectName)
projectName - the new project namepublic List<LanguageModel> getAllLanguages()
public void setAllLanguages(List<LanguageModel> allLanguages)
allLanguages - the new all languagespublic String getRelativeReportUrl()
public void setRelativeReportUrl(String relativeReportUrl)
relativeReportUrl - the new relative report urlpublic String getMavenCoordinates()
public void setMavenCoordinates(String mavenCoordinates)
mavenCoordinates - the new maven coordinatespublic String getGenerationDate()
public void setGenerationDate(String generationDate)
generationDate - the new generation datepublic String getBasePath()
public void setBasePath(String basePath)
basePath - the new base pathpublic String getBaseName()
public void setBaseName(String baseName)
baseName - the new base namepublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getSvnCheckoutUrl()
public void setSvnCheckoutUrl(String svnCheckoutUrl)
svnCheckoutUrl - the new svn checkout urlCopyright © 2013-2015. All Rights Reserved.