Package io.anyline.plugin.result
Class UniversalIdResultField
-
- All Implemented Interfaces:
public class UniversalIdResultFieldDescribes scanned parameters of an ID field
-
-
Field Summary
Fields Modifier and Type Field Description public TextValuestextValuespublic DateValuedateValue
-
Constructor Summary
Constructors Constructor Description UniversalIdResultField()
-
Method Summary
Modifier and Type Method Description TextValuesgetTextValues()Describes the text values of an ID field (Required) voidsetTextValues(TextValues textValues)Describes the text values of an ID field (Required) DateValuegetDateValue()Describes the date value of an ID field voidsetDateValue(DateValue dateValue)Describes the date value of an ID field StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getTextValues
TextValues getTextValues()
Describes the text values of an ID field (Required)
-
setTextValues
void setTextValues(TextValues textValues)
Describes the text values of an ID field (Required)
-
getDateValue
DateValue getDateValue()
Describes the date value of an ID field
-
setDateValue
void setDateValue(DateValue dateValue)
Describes the date value of an ID field
-
hashCode
int hashCode()
-
-
-
-