org.zeroexchange.importing.structure
Class XLocalizedString

java.lang.Object
  extended by org.zeroexchange.importing.structure.XLocalizedString

public class XLocalizedString
extends Object

Author:
black

Constructor Summary
XLocalizedString()
           
 
Method Summary
 String getLang()
           
 String getValue()
           
 void setLang(String lang)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLocalizedString

public XLocalizedString()
Method Detail

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set

getLang

public String getLang()
Returns:
the lang

setLang

public void setLang(String lang)
Parameters:
lang - the lang to set


Copyright © 2013. All Rights Reserved.