public class TestItemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
A
Generated constant - Attribute key of
TestItem.a attribute defined at extension core. |
static String |
B
Generated constant - Attribute key of
TestItem.b attribute defined at extension core. |
static String |
BOOLEAN
Generated constant - Attribute key of
TestItem.boolean attribute defined at extension core. |
static String |
BYTE
Generated constant - Attribute key of
TestItem.byte attribute defined at extension core. |
static String |
CHARACTER
Generated constant - Attribute key of
TestItem.character attribute defined at extension core. |
static String |
DATE
Generated constant - Attribute key of
TestItem.date attribute defined at extension core. |
static String |
DOUBLE
Generated constant - Attribute key of
TestItem.double attribute defined at extension core. |
static String |
FLOAT
Generated constant - Attribute key of
TestItem.float attribute defined at extension core. |
static String |
INTEGER
Generated constant - Attribute key of
TestItem.integer attribute defined at extension core. |
static String |
LONG
Generated constant - Attribute key of
TestItem.long attribute defined at extension core. |
static String |
LONGSTRING
Generated constant - Attribute key of
TestItem.longString attribute defined at extension core. |
static String |
PRIMITIVEBOOLEAN
Generated constant - Attribute key of
TestItem.primitiveBoolean attribute defined at extension core. |
static String |
PRIMITIVEBYTE
Generated constant - Attribute key of
TestItem.primitiveByte attribute defined at extension core. |
static String |
PRIMITIVECHAR
Generated constant - Attribute key of
TestItem.primitiveChar attribute defined at extension core. |
static String |
PRIMITIVEDOUBLE
Generated constant - Attribute key of
TestItem.primitiveDouble attribute defined at extension core. |
static String |
PRIMITIVEFLOAT
Generated constant - Attribute key of
TestItem.primitiveFloat attribute defined at extension core. |
static String |
PRIMITIVEINTEGER
Generated constant - Attribute key of
TestItem.primitiveInteger attribute defined at extension core. |
static String |
PRIMITIVELONG
Generated constant - Attribute key of
TestItem.primitiveLong attribute defined at extension core. |
static String |
PRIMITIVESHORT
Generated constant - Attribute key of
TestItem.primitiveShort attribute defined at extension core. |
static String |
SERIALIZABLE
Generated constant - Attribute key of
TestItem.serializable attribute defined at extension core. |
static String |
STRING
Generated constant - Attribute key of
TestItem.string attribute defined at extension core. |
static String |
TESTDUMPPROPERTY
Generated constant - Attribute key of
TestItem.testDumpProperty attribute defined at extension core. |
static String |
TESTPROPERTY0
Generated constant - Attribute key of
TestItem.testProperty0 attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TestItemModel()
Generated constructor - Default constructor for generic creation.
|
TestItemModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TestItemModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getA()
Generated method - Getter of the
TestItem.a attribute defined at extension core. |
String |
getB()
Generated method - Getter of the
TestItem.b attribute defined at extension core. |
Boolean |
getBoolean()
Generated method - Getter of the
TestItem.boolean attribute defined at extension core. |
Byte |
getByte()
Generated method - Getter of the
TestItem.byte attribute defined at extension core. |
Character |
getCharacter()
Generated method - Getter of the
TestItem.character attribute defined at extension core. |
Date |
getDate()
Generated method - Getter of the
TestItem.date attribute defined at extension core. |
Double |
getDouble()
Generated method - Getter of the
TestItem.double attribute defined at extension core. |
Float |
getFloat()
Generated method - Getter of the
TestItem.float attribute defined at extension core. |
Integer |
getInteger()
Generated method - Getter of the
TestItem.integer attribute defined at extension core. |
Long |
getLong()
Generated method - Getter of the
TestItem.long attribute defined at extension core. |
String |
getLongString()
Generated method - Getter of the
TestItem.longString attribute defined at extension core. |
Boolean |
getPrimitiveBoolean()
Generated method - Getter of the
TestItem.primitiveBoolean attribute defined at extension core. |
Byte |
getPrimitiveByte()
Generated method - Getter of the
TestItem.primitiveByte attribute defined at extension core. |
Character |
getPrimitiveChar()
Generated method - Getter of the
TestItem.primitiveChar attribute defined at extension core. |
Double |
getPrimitiveDouble()
Generated method - Getter of the
TestItem.primitiveDouble attribute defined at extension core. |
Float |
getPrimitiveFloat()
Generated method - Getter of the
TestItem.primitiveFloat attribute defined at extension core. |
Integer |
getPrimitiveInteger()
Generated method - Getter of the
TestItem.primitiveInteger attribute defined at extension core. |
Long |
getPrimitiveLong()
Generated method - Getter of the
TestItem.primitiveLong attribute defined at extension core. |
Short |
getPrimitiveShort()
Generated method - Getter of the
TestItem.primitiveShort attribute defined at extension core. |
Object |
getSerializable()
Generated method - Getter of the
TestItem.serializable attribute defined at extension core. |
String |
getString()
Generated method - Getter of the
TestItem.string attribute defined at extension core. |
String |
getTestDumpProperty()
Generated method - Getter of the
TestItem.testDumpProperty attribute defined at extension core. |
String |
getTestProperty0()
Generated method - Getter of the
TestItem.testProperty0 attribute defined at extension core. |
void |
setA(String value)
Generated method - Setter of
TestItem.a attribute defined at extension core. |
void |
setB(String value)
Generated method - Setter of
TestItem.b attribute defined at extension core. |
void |
setBoolean(Boolean value)
Generated method - Setter of
TestItem.boolean attribute defined at extension core. |
void |
setByte(Byte value)
Generated method - Setter of
TestItem.byte attribute defined at extension core. |
void |
setCharacter(Character value)
Generated method - Setter of
TestItem.character attribute defined at extension core. |
void |
setDate(Date value)
Generated method - Setter of
TestItem.date attribute defined at extension core. |
void |
setDouble(Double value)
Generated method - Setter of
TestItem.double attribute defined at extension core. |
void |
setFloat(Float value)
Generated method - Setter of
TestItem.float attribute defined at extension core. |
void |
setInteger(Integer value)
Generated method - Setter of
TestItem.integer attribute defined at extension core. |
void |
setLong(Long value)
Generated method - Setter of
TestItem.long attribute defined at extension core. |
void |
setLongString(String value)
Generated method - Setter of
TestItem.longString attribute defined at extension core. |
void |
setPrimitiveBoolean(Boolean value)
Generated method - Setter of
TestItem.primitiveBoolean attribute defined at extension core. |
void |
setPrimitiveByte(Byte value)
Generated method - Setter of
TestItem.primitiveByte attribute defined at extension core. |
void |
setPrimitiveChar(Character value)
Generated method - Setter of
TestItem.primitiveChar attribute defined at extension core. |
void |
setPrimitiveDouble(Double value)
Generated method - Setter of
TestItem.primitiveDouble attribute defined at extension core. |
void |
setPrimitiveFloat(Float value)
Generated method - Setter of
TestItem.primitiveFloat attribute defined at extension core. |
void |
setPrimitiveInteger(Integer value)
Generated method - Setter of
TestItem.primitiveInteger attribute defined at extension core. |
void |
setPrimitiveLong(Long value)
Generated method - Setter of
TestItem.primitiveLong attribute defined at extension core. |
void |
setPrimitiveShort(Short value)
Generated method - Setter of
TestItem.primitiveShort attribute defined at extension core. |
void |
setSerializable(Object value)
Generated method - Setter of
TestItem.serializable attribute defined at extension core. |
void |
setString(String value)
Generated method - Setter of
TestItem.string attribute defined at extension core. |
void |
setTestDumpProperty(String value)
Generated method - Setter of
TestItem.testDumpProperty attribute defined at extension core. |
void |
setTestProperty0(String value)
Generated method - Setter of
TestItem.testProperty0 attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String A
TestItem.a attribute defined at extension core.public static final String B
TestItem.b attribute defined at extension core.public static final String BOOLEAN
TestItem.boolean attribute defined at extension core.public static final String BYTE
TestItem.byte attribute defined at extension core.public static final String CHARACTER
TestItem.character attribute defined at extension core.public static final String DATE
TestItem.date attribute defined at extension core.public static final String DOUBLE
TestItem.double attribute defined at extension core.public static final String FLOAT
TestItem.float attribute defined at extension core.public static final String INTEGER
TestItem.integer attribute defined at extension core.public static final String LONG
TestItem.long attribute defined at extension core.public static final String PRIMITIVEBOOLEAN
TestItem.primitiveBoolean attribute defined at extension core.public static final String PRIMITIVEBYTE
TestItem.primitiveByte attribute defined at extension core.public static final String PRIMITIVECHAR
TestItem.primitiveChar attribute defined at extension core.public static final String PRIMITIVEDOUBLE
TestItem.primitiveDouble attribute defined at extension core.public static final String PRIMITIVEFLOAT
TestItem.primitiveFloat attribute defined at extension core.public static final String PRIMITIVEINTEGER
TestItem.primitiveInteger attribute defined at extension core.public static final String PRIMITIVELONG
TestItem.primitiveLong attribute defined at extension core.public static final String PRIMITIVESHORT
TestItem.primitiveShort attribute defined at extension core.public static final String SERIALIZABLE
TestItem.serializable attribute defined at extension core.public static final String STRING
TestItem.string attribute defined at extension core.public static final String LONGSTRING
TestItem.longString attribute defined at extension core.public static final String TESTPROPERTY0
TestItem.testProperty0 attribute defined at extension core.public static final String TESTDUMPPROPERTY
TestItem.testDumpProperty attribute defined at extension core.public TestItemModel()
public TestItemModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TestItemModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="a", type=GETTER) public String getA()
TestItem.a attribute defined at extension core.@Accessor(qualifier="b", type=GETTER) public String getB()
TestItem.b attribute defined at extension core.@Accessor(qualifier="boolean", type=GETTER) public Boolean getBoolean()
TestItem.boolean attribute defined at extension core.@Accessor(qualifier="byte", type=GETTER) public Byte getByte()
TestItem.byte attribute defined at extension core.@Accessor(qualifier="character", type=GETTER) public Character getCharacter()
TestItem.character attribute defined at extension core.@Accessor(qualifier="date", type=GETTER) public Date getDate()
TestItem.date attribute defined at extension core.@Accessor(qualifier="double", type=GETTER) public Double getDouble()
TestItem.double attribute defined at extension core.@Accessor(qualifier="float", type=GETTER) public Float getFloat()
TestItem.float attribute defined at extension core.@Accessor(qualifier="integer", type=GETTER) public Integer getInteger()
TestItem.integer attribute defined at extension core.@Accessor(qualifier="long", type=GETTER) public Long getLong()
TestItem.long attribute defined at extension core.@Accessor(qualifier="longString", type=GETTER) public String getLongString()
TestItem.longString attribute defined at extension core.@Accessor(qualifier="primitiveBoolean", type=GETTER) public Boolean getPrimitiveBoolean()
TestItem.primitiveBoolean attribute defined at extension core.@Accessor(qualifier="primitiveByte", type=GETTER) public Byte getPrimitiveByte()
TestItem.primitiveByte attribute defined at extension core.@Accessor(qualifier="primitiveChar", type=GETTER) public Character getPrimitiveChar()
TestItem.primitiveChar attribute defined at extension core.@Accessor(qualifier="primitiveDouble", type=GETTER) public Double getPrimitiveDouble()
TestItem.primitiveDouble attribute defined at extension core.@Accessor(qualifier="primitiveFloat", type=GETTER) public Float getPrimitiveFloat()
TestItem.primitiveFloat attribute defined at extension core.@Accessor(qualifier="primitiveInteger", type=GETTER) public Integer getPrimitiveInteger()
TestItem.primitiveInteger attribute defined at extension core.@Accessor(qualifier="primitiveLong", type=GETTER) public Long getPrimitiveLong()
TestItem.primitiveLong attribute defined at extension core.@Accessor(qualifier="primitiveShort", type=GETTER) public Short getPrimitiveShort()
TestItem.primitiveShort attribute defined at extension core.@Accessor(qualifier="serializable", type=GETTER) public Object getSerializable()
TestItem.serializable attribute defined at extension core.@Accessor(qualifier="string", type=GETTER) public String getString()
TestItem.string attribute defined at extension core.@Accessor(qualifier="testDumpProperty", type=GETTER) public String getTestDumpProperty()
TestItem.testDumpProperty attribute defined at extension core.@Accessor(qualifier="testProperty0", type=GETTER) public String getTestProperty0()
TestItem.testProperty0 attribute defined at extension core.@Accessor(qualifier="a", type=SETTER) public void setA(String value)
TestItem.a attribute defined at extension core.value - the a@Accessor(qualifier="b", type=SETTER) public void setB(String value)
TestItem.b attribute defined at extension core.value - the b@Accessor(qualifier="boolean", type=SETTER) public void setBoolean(Boolean value)
TestItem.boolean attribute defined at extension core.value - the boolean@Accessor(qualifier="byte", type=SETTER) public void setByte(Byte value)
TestItem.byte attribute defined at extension core.value - the byte@Accessor(qualifier="character", type=SETTER) public void setCharacter(Character value)
TestItem.character attribute defined at extension core.value - the character@Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
TestItem.date attribute defined at extension core.value - the date@Accessor(qualifier="double", type=SETTER) public void setDouble(Double value)
TestItem.double attribute defined at extension core.value - the double@Accessor(qualifier="float", type=SETTER) public void setFloat(Float value)
TestItem.float attribute defined at extension core.value - the float@Accessor(qualifier="integer", type=SETTER) public void setInteger(Integer value)
TestItem.integer attribute defined at extension core.value - the integer@Accessor(qualifier="long", type=SETTER) public void setLong(Long value)
TestItem.long attribute defined at extension core.value - the long@Accessor(qualifier="longString", type=SETTER) public void setLongString(String value)
TestItem.longString attribute defined at extension core.value - the longString@Accessor(qualifier="primitiveBoolean", type=SETTER) public void setPrimitiveBoolean(Boolean value)
TestItem.primitiveBoolean attribute defined at extension core.value - the primitiveBoolean@Accessor(qualifier="primitiveByte", type=SETTER) public void setPrimitiveByte(Byte value)
TestItem.primitiveByte attribute defined at extension core.value - the primitiveByte@Accessor(qualifier="primitiveChar", type=SETTER) public void setPrimitiveChar(Character value)
TestItem.primitiveChar attribute defined at extension core.value - the primitiveChar@Accessor(qualifier="primitiveDouble", type=SETTER) public void setPrimitiveDouble(Double value)
TestItem.primitiveDouble attribute defined at extension core.value - the primitiveDouble@Accessor(qualifier="primitiveFloat", type=SETTER) public void setPrimitiveFloat(Float value)
TestItem.primitiveFloat attribute defined at extension core.value - the primitiveFloat@Accessor(qualifier="primitiveInteger", type=SETTER) public void setPrimitiveInteger(Integer value)
TestItem.primitiveInteger attribute defined at extension core.value - the primitiveInteger@Accessor(qualifier="primitiveLong", type=SETTER) public void setPrimitiveLong(Long value)
TestItem.primitiveLong attribute defined at extension core.value - the primitiveLong@Accessor(qualifier="primitiveShort", type=SETTER) public void setPrimitiveShort(Short value)
TestItem.primitiveShort attribute defined at extension core.value - the primitiveShort@Accessor(qualifier="serializable", type=SETTER) public void setSerializable(Object value)
TestItem.serializable attribute defined at extension core.value - the serializable@Accessor(qualifier="string", type=SETTER) public void setString(String value)
TestItem.string attribute defined at extension core.value - the string@Accessor(qualifier="testDumpProperty", type=SETTER) public void setTestDumpProperty(String value)
TestItem.testDumpProperty attribute defined at extension core.value - the testDumpPropertyCopyright © 2017 SAP SE. All Rights Reserved.