Class CustomBoxTypeXMLHelper
- java.lang.Object
-
- net.anotheria.anosite.gen.ascustomdata.data.CustomBoxTypeXMLHelper
-
public class CustomBoxTypeXMLHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]LANGUAGES
-
Constructor Summary
Constructors Constructor Description CustomBoxTypeXMLHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomBoxTypefromXML(net.anotheria.util.xml.XMLNode node)static net.anotheria.util.xml.XMLNodetoXML(CustomBoxType object)static net.anotheria.util.xml.XMLNodetoXML(CustomBoxType object, java.lang.String... languages)
-
-
-
Method Detail
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(CustomBoxType object)
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(CustomBoxType object, java.lang.String... languages)
-
fromXML
public static CustomBoxType fromXML(net.anotheria.util.xml.XMLNode node)
-
-