Class N2oQuery
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.global.dao.N2oQuery
-
- All Implemented Interfaces:
java.io.Serializable,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,NameAware,Source,SourceComponent,SourceMetadata
public class N2oQuery extends N2oMetadata implements NameAware, ExtensionAttributesAware
Source модель запроса за данными- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oQuery.Fieldstatic classN2oQuery.Filterstatic classN2oQuery.Selection
-
Field Summary
Fields Modifier and Type Field Description protected N2oQuery.Field[]fields
-
Constructor Summary
Constructors Constructor Description N2oQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPostfix()java.lang.Class<? extends N2oMetadata>getSourceBaseClass()-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getName, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.global.aware.NameAware
getName, setName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.RefIdAware
getRefId, setRefId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, setId
-
-
-
-
Field Detail
-
fields
protected N2oQuery.Field[] fields
-
-
Method Detail
-
getPostfix
public final java.lang.String getPostfix()
- Specified by:
getPostfixin interfaceSourceMetadata
-
getSourceBaseClass
public final java.lang.Class<? extends N2oMetadata> getSourceBaseClass()
- Specified by:
getSourceBaseClassin interfaceSourceMetadata
-
-