Class DataQueryType
java.lang.Object
org.openforis.idm.metamodel.SurveyObject
org.openforis.idm.metamodel.PersistedSurveyObject<Integer>
org.openforis.collect.datacleansing.DataCleansingItem
org.openforis.collect.datacleansing.DataQueryType
- All Implemented Interfaces:
Serializable,org.openforis.commons.lang.DeepComparable,org.openforis.commons.lang.IdentifiableDeepComparable,Annotatable,PersistedObject<Integer>
- Author:
- A. Modragon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataQueryType(CollectSurvey survey) DataQueryType(CollectSurvey survey, UUID uuid) -
Method Summary
Modifier and TypeMethodDescriptionbooleandeepEquals(Object obj, boolean ignoreId) getCode()getLabel()voidvoidsetDescription(String description) voidMethods inherited from class org.openforis.idm.metamodel.PersistedSurveyObject
deepEquals, equals, getCreationDate, getId, getModifiedDate, getUuid, hashCode, setCreationDate, setId, setModifiedDate, setUuidMethods inherited from class org.openforis.idm.metamodel.SurveyObject
getAnnotation, getAnnotationNames, getAnnotations, getSchema, getSurvey, isDetached, replaceSurvey, setAnnotation, setAnnotations
-
Constructor Details
-
DataQueryType
-
DataQueryType
-
-
Method Details
-
getCode
-
setCode
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
deepEquals
- Specified by:
deepEqualsin interfaceorg.openforis.commons.lang.IdentifiableDeepComparable- Overrides:
deepEqualsin classPersistedSurveyObject<Integer>
-