Class BrandXMLHelper


  • public class BrandXMLHelper
    extends Object
    • Field Detail

      • LANGUAGES

        public static final String[] LANGUAGES
    • Constructor Detail

      • BrandXMLHelper

        public BrandXMLHelper()
    • Method Detail

      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(Brand object)
      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(Brand object,
                                                           String... languages)
      • fromXML

        public static Brand fromXML​(net.anotheria.util.xml.XMLNode node)