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 Details

    • GridEditorRecordEntry

      public GridEditorRecordEntry()
    • GridEditorRecordEntry

      public GridEditorRecordEntry(Integer value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(String value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(Boolean value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(Double value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(Float value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(BigDecimal value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(Date value)
    • GridEditorRecordEntry

      public GridEditorRecordEntry(Integer type, Object value)
  • Method Details

    • setValue

      public void setValue(Integer value)
    • setValue

      public void setValue(String value)
    • setValue

      public void setValue(Boolean value)
    • setValue

      public void setValue(Double value)
    • setValue

      public void setValue(Float value)
    • setValue

      public void setValue(BigDecimal value)
    • setValue

      public void setValue(Date value)
    • setValue

      public void setValue(Integer type, Object value)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getStringValue

      public String getStringValue()
    • setStringValue

      public void setStringValue(String stringValue)
    • getIntValue

      public Integer getIntValue()
    • setIntValue

      public void setIntValue(int intValue)
    • getLongValue

      public Long getLongValue()
    • setLongValue

      public void setLongValue(long longValue)
    • getDecimalValue

      public BigDecimal getDecimalValue()
    • setDecimalValue

      public void setDecimalValue(BigDecimal decimalValue)
    • getDoubleValue

      public Double getDoubleValue()
    • setDoubleValue

      public void setDoubleValue(double doubleValue)
    • getFloatValue

      public Float getFloatValue()
    • setFloatValue

      public void setFloatValue(float floatValue)
    • isEntryNull

      public boolean isEntryNull()
    • setEntryNull

      public void setEntryNull(boolean entryNull)
    • getDateValue

      public Date getDateValue()
    • setDateValue

      public void setDateValue(Date dateValue)
    • isBooleanValue

      public Boolean isBooleanValue()
    • setBooleanValue

      public void setBooleanValue(Boolean booleanValue)