public class SectionFieldImpl extends Object implements SectionField
| Modifier and Type | Field and Description |
|---|---|
protected String |
labelKey |
protected int |
maxSize |
protected String |
value |
| Constructor and Description |
|---|
SectionFieldImpl() |
SectionFieldImpl(String labelKey,
String value,
int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabelKey() |
int |
getMaxSize() |
String |
getValue() |
void |
setLabelKey(String labelKey) |
void |
setMaxSize(int maxSize) |
void |
setValue(String value) |
protected String labelKey
protected String value
protected int maxSize
public String getLabelKey()
getLabelKey in interface SectionFieldpublic void setLabelKey(String labelKey)
public int getMaxSize()
getMaxSize in interface SectionFieldpublic void setMaxSize(int maxSize)
public String getValue()
getValue in interface SectionFieldpublic void setValue(String value)
setValue in interface SectionFieldCopyright © 2003–2016 University of Michigan. All rights reserved.