p12f.exe.thirdsgateway.objects.config
Class VariableConfig
java.lang.Object
p12f.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
VariableConfig
public VariableConfig()
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()