p12f.exe.pasarelapagos.objects
Class PresentationData

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.PresentationData
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class PresentationData
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

Esta estructura contiene datos de presentacion en pantalla, obtención de justificantes, etc...

See Also:
Serialized Form

Field Summary
 java.lang.String idioma
          Código del idioma: es=castellano eu=euskera
 java.util.Map imagenes
          Imágenes a mostrar en pantalla y justificante.
 java.util.Map mensajes
          Mensajes a mostrar en pantalla y justificante.
 
Constructor Summary
PresentationData()
           
 
Method Summary
static PresentationData getObject(java.lang.String xml)
          Convierte un XML en un objeto PresentationData.
 java.lang.String toXML()
          Convierte un Objeto PresentationData a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idioma

public java.lang.String idioma
Código del idioma: es=castellano eu=euskera


imagenes

public java.util.Map imagenes
Imágenes a mostrar en pantalla y justificante.


mensajes

public java.util.Map mensajes
Mensajes a mostrar en pantalla y justificante.

Constructor Detail

PresentationData

public PresentationData()
Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto PresentationData a XML.

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static PresentationData getObject(java.lang.String xml)
                                  throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto PresentationData.

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException