public class TranslationFile extends Object
| Constructor and Description |
|---|
TranslationFile(String language,
String mavenId,
String name)
Creates a new translation file representation using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLanguage() |
String |
getMavenId() |
String |
getName() |
int |
hashCode() |
void |
setLanguage(String language)
Sets the language of this translation file.
|
void |
setMavenId(String mavenId)
Sets the Maven id of this translation file.
|
void |
setName(String name)
Sets the name of this translation file.
|
public TranslationFile(String language, String mavenId, String name)
language - the language of the new translation file.mavenId - the Maven id of the new translation file.name - the name of the new translation file.public String getLanguage()
public void setLanguage(String language)
language - the language to set.public String getMavenId()
public void setMavenId(String mavenId)
mavenId - the Maven id to set.public String getName()
public void setName(String name)
name - the name to set.Copyright © 2018. All rights reserved.