org.nakedobjects.metamodel.services.container.query
Class QueryFindByTitle<T>
java.lang.Object
org.nakedobjects.applib.query.QueryAbstract<T>
org.nakedobjects.metamodel.services.container.query.QueryBuiltInAbstract<T>
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryFindByTitle
public QueryFindByTitle(java.lang.Class<T> type,
java.lang.String title)
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.