public class LanguageModel extends Object
| Constructor and Description |
|---|
LanguageModel() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalMessages()
Gets the additional messages.
|
String |
getAdditionalMessagesPercentage()
Gets the string percentage of additional messages.
|
int |
getCountOfDefaultMessages()
Gets the count of default messages.
|
int |
getCountOfMessages()
Gets the count of messages.
|
String |
getEncoding()
Gets the encoding.
|
StatusClass |
getEncodingStatus()
Gets the encoding status.
|
Map<String,String[]> |
getInconsistentTranslations()
Gets the inconsistent translations.
|
List<String> |
getIssues()
Gets the issues.
|
Map<String,String> |
getMissingMessages()
Gets the missing messages.
|
String |
getMissingMessagesPercentage()
Gets the string percentage of missing messages.
|
String |
getName()
Gets the name.
|
Map<String,String> |
getNotTranslatedMessages()
Gets the not translated messages.
|
String |
getNotTranslatedMessagesPercentage()
Gets the string percentage of not translated messages.
|
String |
getRelativeUrl()
Gets the relative url.
|
StatusClass |
getStatus()
Gets the status.
|
String |
getSvnCheckoutUrl()
Gets the svn checkout url.
|
String |
getSvnInfo()
Gets the svn info.
|
String |
getSvnUrl()
Gets the svn url.
|
boolean |
isExisting()
Whether a file exists for this language or not.
|
boolean |
isVariant()
Whether this language is a language variant (e.g.
|
void |
setAdditionalMessages(Map<String,String> additionalMessages)
Sets the additional messages.
|
void |
setCountOfDefaultMessages(int countOfDefaultMessages)
Sets the count of default messages.
|
void |
setCountOfMessages(int count)
Sets the count of messages.
|
void |
setEncoding(String encoding)
Sets the encoding.
|
void |
setEncodingStatus(StatusClass encodingStatus)
Sets the encoding status.
|
void |
setExisting(boolean existing)
Sets whether a file exists for this language or not.
|
void |
setInconsistentTranslations(Map<String,String[]> inconsistentTranslations)
Sets the inconsistent translations.
|
void |
setIssues(List<String> issues)
Sets the issues.
|
void |
setMissingMessages(Map<String,String> missingMessages)
Sets the missing messages.
|
void |
setName(String name)
Sets the name.
|
void |
setNotTranslatedMessages(Map<String,String> notTranslatedMessages)
Sets the not translated messages.
|
void |
setRelativeUrl(String relativeUrl)
Sets the relative url.
|
void |
setStatus(StatusClass status)
Sets the status.
|
void |
setSvnCheckoutUrl(String svnCheckoutUrl)
Sets the svn checkout url.
|
void |
setSvnInfo(String svnInfo)
Sets the svn info.
|
void |
setSvnUrl(String svnUrl)
Sets the svn url.
|
void |
setVariant(boolean variant)
Sets whether this language is a variant (e.g.
|
public String getSvnUrl()
public void setSvnUrl(String svnUrl)
svnUrl - the new svn urlpublic String getSvnCheckoutUrl()
public void setSvnCheckoutUrl(String svnCheckoutUrl)
svnCheckoutUrl - the new svn checkout urlpublic void setName(String name)
name - the new namepublic String getName()
public void setCountOfMessages(int count)
count - the new count of messagespublic int getCountOfMessages()
public void setEncoding(String encoding)
encoding - the new encodingpublic String getEncoding()
public void setEncodingStatus(StatusClass encodingStatus)
encodingStatus - the encoding statuspublic StatusClass getEncodingStatus()
public int getCountOfDefaultMessages()
public void setCountOfDefaultMessages(int countOfDefaultMessages)
countOfDefaultMessages - the count of default messagespublic Map<String,String> getNotTranslatedMessages()
public void setNotTranslatedMessages(Map<String,String> notTranslatedMessages)
notTranslatedMessages - the not translated messagespublic Map<String,String> getMissingMessages()
public void setMissingMessages(Map<String,String> missingMessages)
missingMessages - the missing messagespublic Map<String,String> getAdditionalMessages()
public void setAdditionalMessages(Map<String,String> additionalMessages)
additionalMessages - the additional messagespublic Map<String,String[]> getInconsistentTranslations()
public void setInconsistentTranslations(Map<String,String[]> inconsistentTranslations)
inconsistentTranslations - the inconsistent translationspublic String getSvnInfo()
public void setSvnInfo(String svnInfo)
svnInfo - the new svn infopublic void setIssues(List<String> issues)
issues - the issuespublic String getRelativeUrl()
public void setRelativeUrl(String relativeUrl)
relativeUrl - the new relative urlpublic StatusClass getStatus()
public void setStatus(StatusClass status)
status - the statuspublic boolean isVariant()
true if this is a variant, false otherwise.public void setVariant(boolean variant)
variant - true if this is a variant.public boolean isExisting()
true if the file exists, false if the file is completely missing.public void setExisting(boolean existing)
existing - true if the file exists.public String getMissingMessagesPercentage()
public String getNotTranslatedMessagesPercentage()
public String getAdditionalMessagesPercentage()
Copyright © 2013-2015. All Rights Reserved.