public class ExtraColumn extends Object
| Constructor and Description |
|---|
ExtraColumn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExtraColumnAnnotation |
getExtraColumnAnnotation()
Gets the extra column annotation.
|
Object |
getValue()
Gets the value.
|
int |
hashCode()
Hash code.
|
void |
setExtraColumnAnnotation(ExtraColumnAnnotation extraColumnAnnotation)
Sets the extra column annotation.
|
void |
setValue(Object value)
Sets the value.
|
public Object getValue()
public void setValue(Object value)
value - the new valuepublic ExtraColumnAnnotation getExtraColumnAnnotation()
public void setExtraColumnAnnotation(ExtraColumnAnnotation extraColumnAnnotation)
extraColumnAnnotation - the new extra column annotationCopyright © 2022. All rights reserved.