org.activemath.webapp.dict.queries
Class IdAMQuery

java.lang.Object
  extended by org.activemath.webapp.dict.queries.AMAbstractQuery
      extended by org.activemath.webapp.dict.queries.IdAMQuery
All Implemented Interfaces:
Cloneable

public class IdAMQuery
extends AMAbstractQuery


Field Summary
 
Fields inherited from class org.activemath.webapp.dict.queries.AMAbstractQuery
policy
 
Constructor Summary
IdAMQuery(String id)
           
 
Method Summary
 OJElement asXMLElement()
           
 String getDefaultFieldName()
          Returns the bean field-name that a appSession should "first" edit when editing such a query.
 String getId()
           
 String getType()
           
 String isQueryForTheoryOrCollection()
           
 boolean isValid()
           
 String userString()
           
 
Methods inherited from class org.activemath.webapp.dict.queries.AMAbstractQuery
clone, getName, setPolicy, setType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdAMQuery

public IdAMQuery(String id)
Method Detail

getId

public String getId()

isValid

public boolean isValid()
Specified by:
isValid in class AMAbstractQuery

isQueryForTheoryOrCollection

public String isQueryForTheoryOrCollection()

getType

public String getType()
Specified by:
getType in class AMAbstractQuery

getDefaultFieldName

public String getDefaultFieldName()
Description copied from class: AMAbstractQuery
Returns the bean field-name that a appSession should "first" edit when editing such a query.

Specified by:
getDefaultFieldName in class AMAbstractQuery

userString

public String userString()
Specified by:
userString in class AMAbstractQuery

asXMLElement

public OJElement asXMLElement()
Overrides:
asXMLElement in class AMAbstractQuery