public class ScalarHolder extends Object
Constructor and Description |
---|
ScalarHolder() |
public short getShortPrimitive()
public void setShortPrimitive(short shortPrimitive)
public Short getShortObject()
public void setShortObject(Short shortObject)
public Short getFormattedShortObject()
public void setFormattedShortObject(Short formattedShortObject)
public int getIntPrimitive()
public void setIntPrimitive(int intPrimitive)
public Integer getIntObject()
public void setIntObject(Integer intObject)
public Integer getFormattedIntObject()
public void setFormattedIntObject(Integer formattedIntObject)
public long getLongPrimitive()
public void setLongPrimitive(long longPrimitive)
public long getFormattedLongPrimitive()
public void setFormattedLongPrimitive(long formattedLongPrimitive)
public Long getLongObject()
public void setLongObject(Long longObject)
public Long getFormattedLongObject()
public void setFormattedLongObject(Long formattedLongObject)
public float getFloatPrimitive()
public void setFloatPrimitive(float floatPrimitive)
public Float getFloatObject()
public void setFloatObject(Float floatObject)
public Float getFormattedFloatObject()
public void setFormattedFloatObject(Float formattedFloatObject)
public double getDoublePrimitive()
public void setDoublePrimitive(double doublePrimitive)
public Double getDoubleObject()
public void setDoubleObject(Double doubleObject)
public Double getFormattedDoubleObject()
public void setFormattedDoubleObject(Double formattedDoubleObject)
public byte getBytePrimitive()
public void setBytePrimitive(byte bytePrimitive)
public Byte getByteObject()
public void setByteObject(Byte byteObject)
public Byte getFormattedByteObject()
public void setFormattedByteObject(Byte formattedByteObject)
public BigInteger getBigIntegerObject()
public void setBigIntegerObject(BigInteger bigIntegerObject)
public BigInteger getFormattedBigIntegerObject()
public void setFormattedBigIntegerObject(BigInteger formattedBigIntegerObject)
public BigDecimal getBigDecimalObject()
public void setBigDecimalObject(BigDecimal bigDecimalObject)
public BigDecimal getFormattedBigDecimalObject()
public void setFormattedBigDecimalObject(BigDecimal formattedBigDecimalObject)
public boolean isBooleanPrimitive()
public void setBooleanPrimitive(boolean booleanPrimitive)
public Boolean getBooleanObject()
public void setBooleanObject(Boolean booleanObject)
public char getCharPrimitive()
public void setCharPrimitive(char charPrimitive)
public Character getCharObject()
public void setCharObject(Character charObject)
public char[] getCharArray()
public void setCharArray(char[] charArray)
public String getStringObject()
public void setStringObject(String stringObject)
public LocalDate getDateObject()
public void setDateObject(LocalDate dateObject)
public LocalDate getAnotherDateObject()
public void setAnotherDateObject(LocalDate anotherDateObject)
public LocalDate getFormattedDateObject()
public void setFormattedDateObject(LocalDate formattedDateObject)
public LocalTime getTimeObject()
public void setTimeObject(LocalTime timeObject)
public LocalTime getAnotherTimeObject()
public void setAnotherTimeObject(LocalTime anotherTimeObject)
public LocalTime getFormattedTimeObject()
public void setFormattedTimeObject(LocalTime formattedTimeObject)
public LocalDateTime getDateTimeObject()
public void setDateTimeObject(LocalDateTime dateTimeObject)
public LocalDateTime getAnotherDateTimeObject()
public void setAnotherDateTimeObject(LocalDateTime anotherDateTimeObject)
public LocalDateTime getFormattedDateTimeObject()
public void setFormattedDateTimeObject(LocalDateTime formattedDateTimeObject)
public String getId()
public void setId(String id)
public long getLongPrimitiveId()
public void setLongPrimitiveId(long longPrimitiveId)
public Long getLongObjectId()
public void setLongObjectId(Long longObjectId)
public int getIntPrimitiveId()
public void setIntPrimitiveId(int intPrimitiveId)
public Integer getIntegerObjectId()
public void setIntegerObjectId(Integer integerObjectId)
public UUID getUuidId()
public void setUuidId(UUID uuidId)
Copyright © 2021 Eclipse Foundation. All rights reserved.