org.apache.openejb.jee
Class Text
java.lang.Object
org.apache.openejb.jee.Text
public class Text
- extends Object
- Version:
- $Revision: 450758 $ $Date: 2006-09-28 10:40:18 +0200 (Do, 28. Sep 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
id
protected String id
lang
protected String lang
Text
public Text()
Text
public Text(String lang,
String value)
getValue
public String getValue()
setValue
public void setValue(String value)
getId
public String getId()
setId
public void setId(String id)
getLang
public String getLang()
setLang
public void setLang(String lang)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.