p12f.exe.thirdsgateway.objects.config
Class VariableConfig

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

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

See Also:
Serialized Form

Field Summary
 java.util.Map description
           
 java.lang.String id
           
 java.lang.String implementation
           
 java.lang.String implementationCSS
           
 java.lang.String implementationHTML
           
 java.lang.String implementationJS
           
 boolean isGenericVar
           
 int order
           
 java.util.Map validatorsConfig
           
 
Constructor Summary
VariableConfig()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getImplementation()
           
 java.lang.String getImplementationCSS()
           
 java.lang.String getImplementationHTML()
           
 java.lang.String getImplementationJS()
           
static VariableConfig getObject(java.lang.String xml)
          Convierte un XML en un objeto JSONVariableConfig.
 boolean hasDifferentImplementation()
           
 java.lang.String toXML()
          Convierte un Objeto JSONVariableConfig 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

implementation

public java.lang.String implementation

implementationHTML

public java.lang.String implementationHTML

implementationJS

public java.lang.String implementationJS

implementationCSS

public java.lang.String implementationCSS

isGenericVar

public boolean isGenericVar

description

public java.util.Map description

order

public int order

validatorsConfig

public java.util.Map validatorsConfig
Constructor Detail

VariableConfig

public VariableConfig()
Method Detail

toXML

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

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

getObject

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

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

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getImplementation

public java.lang.String getImplementation()

getImplementationHTML

public java.lang.String getImplementationHTML()

getImplementationCSS

public java.lang.String getImplementationCSS()

getImplementationJS

public java.lang.String getImplementationJS()

hasDifferentImplementation

public boolean hasDifferentImplementation()