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>
public class DataQueryType extends DataCleansingItem
- Author:
- A. Modragon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataQueryType(CollectSurvey survey)DataQueryType(CollectSurvey survey, UUID uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandeepEquals(Object obj, boolean ignoreId)StringgetCode()StringgetDescription()StringgetLabel()voidsetCode(String code)voidsetDescription(String description)voidsetLabel(String label)-
Methods inherited from class org.openforis.idm.metamodel.PersistedSurveyObject
deepEquals, equals, getCreationDate, getId, getModifiedDate, getUuid, hashCode, setCreationDate, setId, setModifiedDate, setUuid
-
Methods inherited from class org.openforis.idm.metamodel.SurveyObject
getAnnotation, getAnnotationNames, getAnnotations, getSchema, getSurvey, isDetached, replaceSurvey, setAnnotation, setAnnotations
-
-
-
-
Constructor Detail
-
DataQueryType
public DataQueryType(CollectSurvey survey)
-
DataQueryType
public DataQueryType(CollectSurvey survey, UUID uuid)
-
-
Method Detail
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
deepEquals
public boolean deepEquals(Object obj, boolean ignoreId)
- Specified by:
deepEqualsin interfaceorg.openforis.commons.lang.IdentifiableDeepComparable- Overrides:
deepEqualsin classPersistedSurveyObject<Integer>
-
-