com.hudson.hibernatesynchronizer.mapping
Class HibernateQuery

java.lang.Object
  extended bycom.hudson.hibernatesynchronizer.mapping.BaseElement
      extended bycom.hudson.hibernatesynchronizer.mapping.HibernateQuery
All Implemented Interfaces:
java.lang.Comparable

public class HibernateQuery
extends BaseElement
implements java.lang.Comparable

Author:
Joe Hudson This represents data related to the 'query' node of the hibernate mapping configuration file.

Constructor Summary
HibernateQuery(org.w3c.dom.Node node, HibernateClass parent)
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
          Compare this to another object
 java.lang.String getName()
          Return the name of this query
 HibernateClass getParent()
          Return the parent HibernateClass
 java.lang.String getStaticName()
          Return the static variable name for this query
 
Methods inherited from class com.hudson.hibernatesynchronizer.mapping.BaseElement
clear, get, get, getCustomProperties, getJavaDoc, getJavaDoc, getMetaData, getNode, getNodeText, getParentRoot, getReservedProperties, saveMetaData, set, setNode, setParentRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateQuery

public HibernateQuery(org.w3c.dom.Node node,
                      HibernateClass parent)
Method Detail

getName

public java.lang.String getName()
Return the name of this query


getStaticName

public java.lang.String getStaticName()
Return the static variable name for this query


getParent

public HibernateClass getParent()
Return the parent HibernateClass


compareTo

public int compareTo(java.lang.Object arg0)
Compare this to another object

Specified by:
compareTo in interface java.lang.Comparable