public class BundleModel extends Object implements Comparable<BundleModel>
| Constructor and Description |
|---|
BundleModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLanguage(LanguageModel languageModel)
Adds the language.
|
int |
compareTo(BundleModel o) |
boolean |
equals(Object obj) |
LanguageModel |
getBase()
Gets the base.
|
String |
getBundleName()
Gets the bundle name.
|
List<LanguageModel> |
getLanguages()
Gets the languages.
|
String |
getProjectName()
Gets the project name.
|
String |
getRelativeReportUrl()
Gets the relative report url.
|
String |
getRelativeTmxUrl()
Gets the relative tmx url.
|
int |
hashCode() |
void |
setBase(LanguageModel base)
Sets the base.
|
void |
setBundleName(String bundleName)
Sets the bundle name.
|
void |
setProjectName(String projectName)
Sets the project name.
|
void |
setRelativeReportUrl(String relativeReportUrl)
Sets the relative report url.
|
void |
setRelativeTmxUrl(String relativeTmxUrl)
Sets the relative tmx url.
|
public String getProjectName()
public void setProjectName(String projectName)
projectName - the new project namepublic LanguageModel getBase()
public void setBase(LanguageModel base)
base - the new basepublic List<LanguageModel> getLanguages()
public String getRelativeReportUrl()
public void setRelativeReportUrl(String relativeReportUrl)
relativeReportUrl - the new relative report urlpublic int compareTo(BundleModel o)
compareTo in interface Comparable<BundleModel>public String getRelativeTmxUrl()
public void setRelativeTmxUrl(String relativeTmxUrl)
relativeTmxUrl - the new relative tmx urlpublic void addLanguage(LanguageModel languageModel)
languageModel - the language modelpublic String getBundleName()
public void setBundleName(String bundleName)
bundleName - the new bundle nameCopyright © 2013-2015. All Rights Reserved.