net.sf.xaj.web
Class XQueryAdminController.Command

java.lang.Object
  extended by net.sf.xaj.web.XQueryAdminController.Command
Enclosing class:
XQueryAdminController

public static class XQueryAdminController.Command
extends java.lang.Object

The command class.


Constructor Summary
XQueryAdminController.Command()
           
 
Method Summary
 java.lang.String getFrame()
           
 java.util.Map<java.lang.String,java.lang.Object> getVariables()
           
 java.lang.String getXmlDbServiceKey()
           
 java.lang.String getXquery()
           
 boolean isConfirmDelete()
           
 boolean isDelete()
           
 boolean isQueryPlan()
           
 boolean isReturnDocument()
           
 void setConfirmDelete(boolean confirmDelete)
           
 void setDelete(boolean delete)
           
 void setFrame(java.lang.String frame)
           
 void setQueryPlan(boolean queryPlan)
           
 void setReturnDocument(boolean returnDocument)
           
 void setVariables(java.util.Map<java.lang.String,java.lang.Object> variables)
           
 void setXmlDbServiceKey(java.lang.String xmlDbServiceKey)
           
 void setXquery(java.lang.String xquery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryAdminController.Command

public XQueryAdminController.Command()
Method Detail

isQueryPlan

public boolean isQueryPlan()
Returns:
the queryPlan

setQueryPlan

public void setQueryPlan(boolean queryPlan)
Parameters:
queryPlan - the queryPlan to set

isReturnDocument

public boolean isReturnDocument()
Returns:
the returnDocument

setReturnDocument

public void setReturnDocument(boolean returnDocument)
Parameters:
returnDocument - the returnDocument to set

getXmlDbServiceKey

public java.lang.String getXmlDbServiceKey()
Returns:
the xmlDbServiceKey

setXmlDbServiceKey

public void setXmlDbServiceKey(java.lang.String xmlDbServiceKey)
Parameters:
xmlDbServiceKey - the xmlDbServiceKey to set

getVariables

public java.util.Map<java.lang.String,java.lang.Object> getVariables()
Returns:
the variables

setVariables

public void setVariables(java.util.Map<java.lang.String,java.lang.Object> variables)
Parameters:
variables - the variables to set

getFrame

public java.lang.String getFrame()
Returns:
Returns the frame.

setFrame

public void setFrame(java.lang.String frame)
Parameters:
frame - The frame to set.

getXquery

public java.lang.String getXquery()
Returns:
Returns the xquery.

setXquery

public void setXquery(java.lang.String xquery)
Parameters:
xquery - The xquery to set.

isConfirmDelete

public boolean isConfirmDelete()
Returns:
the confirmDelete

setConfirmDelete

public void setConfirmDelete(boolean confirmDelete)
Parameters:
confirmDelete - the confirmDelete to set

isDelete

public boolean isDelete()
Returns:
the delete

setDelete

public void setDelete(boolean delete)
Parameters:
delete - the delete to set