Class CustomFieldObject
java.lang.Object
fi.meliora.testlab.ext.rest.model.ModelObject
fi.meliora.testlab.ext.rest.model.CustomFieldObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CustomFieldObjectWithExtraFields
A custom field object with 10 fields included.
- Author:
- Marko Kanala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomFieldValue(int index) Returns a custom field value from this object by field index.voidsetCustom1(String custom1) voidsetCustom10(String custom10) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetCustom4(String custom4) voidsetCustom5(String custom5) voidsetCustom6(String custom6) voidsetCustom7(String custom7) voidsetCustom8(String custom8) voidsetCustom9(String custom9) voidsetCustomFieldValue(int index, String value) Sets a custom field value to this object by field index.Methods inherited from class fi.meliora.testlab.ext.rest.model.ModelObject
toString, toString, toStringCut
-
Constructor Details
-
CustomFieldObject
public CustomFieldObject()
-
-
Method Details
-
getCustom1
-
setCustom1
-
getCustom2
-
setCustom2
-
getCustom3
-
setCustom3
-
getCustom4
-
setCustom4
-
getCustom5
-
setCustom5
-
getCustom6
-
setCustom6
-
getCustom7
-
setCustom7
-
getCustom8
-
setCustom8
-
getCustom9
-
setCustom9
-
getCustom10
-
setCustom10
-
getCustomFieldValue
Returns a custom field value from this object by field index.- Parameters:
index- field index- Returns:
- field value
-
setCustomFieldValue
Sets a custom field value to this object by field index.- Parameters:
index- field indexvalue- field value
-