p12f.exe.thirdsgateway.objects.config
Class UrlsMap

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 java.util.Map urls
           
 
Constructor Summary
UrlsMap()
           
 
Method Summary
static UrlsMap getObject(java.lang.String xml)
          Convierte un XML en un objeto UrlConfig.
 java.lang.String toXML()
          Convierte un Objeto UrlConfig a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

urls

public java.util.Map urls
Constructor Detail

UrlsMap

public UrlsMap()
Method Detail

toXML

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

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

getObject

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

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