org.jbpm.services.task.impl.model.xml
Class JaxbI18NText
java.lang.Object
org.jbpm.services.task.impl.model.xml.JaxbI18NText
- All Implemented Interfaces:
- Externalizable, Serializable, I18NText
public class JaxbI18NText
- extends Object
- implements I18NText
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbI18NText
public JaxbI18NText()
JaxbI18NText
public JaxbI18NText(I18NText text)
getId
public Long getId()
- Specified by:
getId
in interface I18NText
setId
public void setId(Long id)
getText
public String getText()
- Specified by:
getText
in interface I18NText
setText
public void setText(String text)
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interface I18NText
setLanguage
public void setLanguage(String lang)
convertListFromJaxbImplToInterface
public static List<I18NText> convertListFromJaxbImplToInterface(List<JaxbI18NText> jaxbList)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.