Class GIInput
java.lang.Object
overit.geocall.platform.ui.UINode
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GIElementBase<GIInput>
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GIInput
- All Implemented Interfaces:
Serializable,GIElement<GIInput>
GIElement that represents a group intervention input- Since:
- 9.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the auto fill sourceGets the convert formatGet the convert typeGets the data typegetIcon()Gets the element icongetTable()Gets the input table namebooleanGets true if the data type can be changed false otherwisevoidsetAttributes(GIInput icFrom) Copy the attributes of the inputvoidSets auto fill sourcevoidSets the convert formatvoidSets the convert typevoidsetDataType(Long l) Sets the data typevoidSets the data typevoidSets if the data type can be changedvoidSets the input table nameSerialize the element in an XML stringMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GIElementBase
buildSetfromString, checkLabel, cleanString, getAutofill, getBoolean, getCustomLabel, getLabel, getName, getStatus, getTeacher, getXMLAttributeString, getXMLAttributeStringIfExists, isAutofill, isMandatory, isReadOnly, isVisible, joinStrings, setAUTOFILL, setCustomLabel, setLABEL, setNAME, setSTATUS
-
Field Details
-
table
-
autofillSource
-
dataTypeChangeEnabled
protected boolean dataTypeChangeEnabled -
dataType
-
convertType
-
convertFormat
-
-
Constructor Details
-
GIInput
public GIInput()
-
-
Method Details
-
setTABLE
Sets the input table name- Parameters:
table- the input table name
-
getTable
Gets the input table name- Returns:
- the input table name
-
setAUTOFILLSOURCE
Sets auto fill source- Parameters:
s- the auto fill source
-
getAutofillSource
Gets the auto fill source- Returns:
- the auto fill source
-
setDATATYPECHANGEENABLED
Sets if the data type can be changed- Parameters:
s- boolean string to say if the data type is changed
-
isDataTypeChangeEnabled
public boolean isDataTypeChangeEnabled()Gets true if the data type can be changed false otherwise- Returns:
- true if the data type can be changed false otherwise
-
setDATATYPE
Sets the data type- Parameters:
s- the data type
-
setDataType
Sets the data type- Parameters:
l- the data type
-
getDataType
Gets the data type- Returns:
- the data type
-
setCONVERTTYPE
Sets the convert type- Parameters:
s- the convert type
-
getConverttype
Get the convert type- Returns:
- the convert type
-
setCONVERTFORMAT
Sets the convert format- Parameters:
s- the convert format
-
getConvertFormat
Gets the convert format- Returns:
- the convert format
-
setAttributes
Description copied from interface:GIElementCopy the attributes of the input- Parameters:
icFrom- the input from which copy the attributes
-
toXMLString
Description copied from interface:GIElementSerialize the element in an XML string- Returns:
- the XML string that represents this element
-
getIcon
Description copied from interface:GIElementGets the element icon- Returns:
- the element icon
-