org.nakedobjects.metamodel.services.container.query
Class QueryFindByTitle<T>

java.lang.Object
  extended by org.nakedobjects.applib.query.QueryAbstract<T>
      extended by org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract<T>
          extended by org.nakedobjects.metamodel.services.container.query.QueryFindByTitle<T>
All Implemented Interfaces:
java.io.Serializable, Query<T>

public class QueryFindByTitle<T>
extends QueryBuiltInAbstract<T>

Although implements Query and thus is intended to be (and indeed is) Serializable, it will be converted into a PersistenceQuery in the runtime for remoting purposes.

See discussion in QueryBuiltInAbstract for further details.

See Also:
Serialized Form

Constructor Summary
QueryFindByTitle(java.lang.Class<T> type, java.lang.String title)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getTitle()
           
 
Methods inherited from class org.nakedobjects.applib.query.QueryAbstract
getResultType, getResultTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFindByTitle

public QueryFindByTitle(java.lang.Class<T> type,
                        java.lang.String title)
Method Detail

getTitle

public java.lang.String getTitle()

getDescription

public java.lang.String getDescription()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.