Class GridEditorRecordEntry
java.lang.Object
net.datenwerke.rs.grideditor.service.grideditor.definition.GridEditorRecordEntry
@GenerateDto(dtoPackage="net.datenwerke.rs.grideditor.client.grideditor.dto",
generateDto2Poso=false,
createDecorator=true)
public class GridEditorRecordEntry
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionGridEditorRecordEntry(Boolean value) GridEditorRecordEntry(Double value) GridEditorRecordEntry(Float value) GridEditorRecordEntry(Integer value) GridEditorRecordEntry(Integer type, Object value) GridEditorRecordEntry(String value) GridEditorRecordEntry(BigDecimal value) GridEditorRecordEntry(Date value) -
Method Summary
Modifier and TypeMethodDescriptionintgetType()booleanvoidsetBooleanValue(Boolean booleanValue) voidsetDateValue(Date dateValue) voidsetDecimalValue(BigDecimal decimalValue) voidsetDoubleValue(double doubleValue) voidsetEntryNull(boolean entryNull) voidsetFloatValue(float floatValue) voidsetIntValue(int intValue) voidsetLongValue(long longValue) voidsetStringValue(String stringValue) voidsetType(int type) voidvoidvoidvoidvoidvoidvoidsetValue(BigDecimal value) void
-
Constructor Details
-
GridEditorRecordEntry
public GridEditorRecordEntry() -
GridEditorRecordEntry
-
GridEditorRecordEntry
-
GridEditorRecordEntry
-
GridEditorRecordEntry
-
GridEditorRecordEntry
-
GridEditorRecordEntry
-
GridEditorRecordEntry
-
GridEditorRecordEntry
-
-
Method Details
-
setValue
-
setValue
-
setValue
-
setValue
-
setValue
-
setValue
-
setValue
-
setValue
-
getType
public int getType() -
setType
public void setType(int type) -
getStringValue
-
setStringValue
-
getIntValue
-
setIntValue
public void setIntValue(int intValue) -
getLongValue
-
setLongValue
public void setLongValue(long longValue) -
getDecimalValue
-
setDecimalValue
-
getDoubleValue
-
setDoubleValue
public void setDoubleValue(double doubleValue) -
getFloatValue
-
setFloatValue
public void setFloatValue(float floatValue) -
isEntryNull
public boolean isEntryNull() -
setEntryNull
public void setEntryNull(boolean entryNull) -
getDateValue
-
setDateValue
-
isBooleanValue
-
setBooleanValue
-