public class TestItemDTO extends ItemDTO
| Constructor and Description |
|---|
TestItemDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic String getA()
public String getB()
public Boolean getBoolean()
public Byte getByte()
public Character getCharacter()
public Date getDate()
public Double getDouble()
public Float getFloat()
public Integer getInteger()
public Long getLong()
public String getLongString()
public Boolean getPrimitiveBoolean()
public Byte getPrimitiveByte()
public Character getPrimitiveChar()
public Double getPrimitiveDouble()
public Float getPrimitiveFloat()
public Integer getPrimitiveInteger()
public Long getPrimitiveLong()
public Short getPrimitiveShort()
public Object getSerializable()
public String getString()
public String getTestDumpProperty()
public String getTestProperty0()
public void setA(String value)
public void setB(String value)
public void setBoolean(Boolean value)
public void setByte(Byte value)
public void setCharacter(Character value)
public void setDate(Date value)
public void setDouble(Double value)
public void setFloat(Float value)
public void setInteger(Integer value)
public void setLong(Long value)
public void setLongString(String value)
public void setPrimitiveBoolean(Boolean value)
public void setPrimitiveByte(Byte value)
public void setPrimitiveChar(Character value)
public void setPrimitiveDouble(Double value)
public void setPrimitiveFloat(Float value)
public void setPrimitiveInteger(Integer value)
public void setPrimitiveLong(Long value)
public void setPrimitiveShort(Short value)
public void setSerializable(Object value)
public void setString(String value)
public void setTestDumpProperty(String value)
public void setTestProperty0(String value)
Copyright © 2017 SAP SE. All Rights Reserved.