public class RuntimeElement extends com.sankhya.util.xml.AbstractXMLElement implements EntityRuntime
| Constructor and Description |
|---|
RuntimeElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier() |
int |
getMaxResults() |
int |
getTimeout() |
void |
handleElement(org.xml.sax.Attributes atts,
com.sankhya.util.xml.AbstractXMLElement parent) |
boolean |
isLoadOnFind() |
java.lang.String |
toString() |
public java.lang.String getIdentifier()
getIdentifier in class com.sankhya.util.xml.AbstractXMLElementpublic int getMaxResults()
getMaxResults in interface EntityRuntimepublic int getTimeout()
getTimeout in interface EntityRuntimepublic void handleElement(org.xml.sax.Attributes atts,
com.sankhya.util.xml.AbstractXMLElement parent)
throws org.xml.sax.SAXException
handleElement in class com.sankhya.util.xml.AbstractXMLElementorg.xml.sax.SAXExceptionpublic boolean isLoadOnFind()
isLoadOnFind in interface EntityRuntimepublic java.lang.String toString()
toString in class java.lang.Object