org.objectweb.jonas_ejb.deployment.xml
Class FinderMethodJdbcMapping

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_ejb.deployment.xml.FinderMethodJdbcMapping
All Implemented Interfaces:
java.io.Serializable, Element

public class FinderMethodJdbcMapping
extends AbsElement

This class defines the implementation of the element finder-method-jdbc-mapping

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
FinderMethodJdbcMapping()
          Constructor
 
Method Summary
 java.lang.String getJdbcWhereClause()
          Gets the jdbc-where-clause
 JonasMethod getJonasMethod()
          Gets the jonas-method
 void setJdbcWhereClause(java.lang.String jdbcWhereClause)
          Set the jdbc-where-clause
 void setJonasMethod(JonasMethod jonasMethod)
          Set the jonas-method
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinderMethodJdbcMapping

public FinderMethodJdbcMapping()
Constructor

Method Detail

getJonasMethod

public JonasMethod getJonasMethod()
Gets the jonas-method

Returns:
the jonas-method

setJonasMethod

public void setJonasMethod(JonasMethod jonasMethod)
Set the jonas-method

Parameters:
jonasMethod - jonasMethod

getJdbcWhereClause

public java.lang.String getJdbcWhereClause()
Gets the jdbc-where-clause

Returns:
the jdbc-where-clause

setJdbcWhereClause

public void setJdbcWhereClause(java.lang.String jdbcWhereClause)
Set the jdbc-where-clause

Parameters:
jdbcWhereClause - jdbcWhereClause

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.