public class FieldType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldType.FieldNameEnum
type of the field, that did not pass the validation
|
| Constructor and Description |
|---|
FieldType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
field(String field) |
FieldType |
fieldName(FieldType.FieldNameEnum fieldName) |
String |
getField()
full name of the property, that did not pass the validation
|
FieldType.FieldNameEnum |
getFieldName()
type of the field, that did not pass the validation
|
String |
getShareholderCode()
Code of the shareholder, if this field belongs to a shareholder.
|
int |
hashCode() |
void |
setField(String field) |
void |
setFieldName(FieldType.FieldNameEnum fieldName) |
void |
setShareholderCode(String shareholderCode) |
FieldType |
shareholderCode(String shareholderCode) |
String |
toString() |
public FieldType fieldName(FieldType.FieldNameEnum fieldName)
public FieldType.FieldNameEnum getFieldName()
public void setFieldName(FieldType.FieldNameEnum fieldName)
public String getField()
public void setField(String field)
public String getShareholderCode()
public void setShareholderCode(String shareholderCode)
Copyright © 2022. All rights reserved.