public class TestItemType2Model extends TestItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
BAR
Generated constant - Attribute key of
TestItemType2.bar attribute defined at extension core. |
static String |
FOO
Generated constant - Attribute key of
TestItemType2.foo attribute defined at extension core. |
static String |
FOOBAR
Generated constant - Attribute key of
TestItemType2.fooBar attribute defined at extension core. |
static String |
GENDER
Generated constant - Attribute key of
TestItemType2.gender attribute defined at extension core. |
static String |
INTBAR
Generated constant - Attribute key of
TestItemType2.intBar attribute defined at extension core. |
static String |
LOCALIZEDFOOBAR
Generated constant - Attribute key of
TestItemType2.localizedFooBar attribute defined at extension core. |
static String |
TESTPROPERTY1
Generated constant - Attribute key of
TestItemType2.testProperty1 attribute defined at extension core. |
static String |
TESTPROPERTY2
Generated constant - Attribute key of
TestItemType2.testProperty2 attribute defined at extension core. |
A, B, BOOLEAN, BYTE, CHARACTER, DATE, DOUBLE, FLOAT, INTEGER, LONG, LONGSTRING, PRIMITIVEBOOLEAN, PRIMITIVEBYTE, PRIMITIVECHAR, PRIMITIVEDOUBLE, PRIMITIVEFLOAT, PRIMITIVEINTEGER, PRIMITIVELONG, PRIMITIVESHORT, SERIALIZABLE, STRING, TESTDUMPPROPERTY, TESTPROPERTY0_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TestItemType2Model()
Generated constructor - Default constructor for generic creation.
|
TestItemType2Model(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TestItemType2Model(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBar()
Generated method - Getter of the
TestItemType2.bar attribute defined at extension core. |
String |
getFoo()
Generated method - Getter of the
TestItemType2.foo attribute defined at extension core. |
String |
getFooBar()
Generated method - Getter of the
TestItemType2.fooBar dynamic attribute defined at extension core. |
Gender |
getGender()
Generated method - Getter of the
TestItemType2.gender dynamic attribute defined at extension core. |
int |
getIntBar()
Generated method - Getter of the
TestItemType2.intBar dynamic attribute defined at extension core. |
String |
getLocalizedFooBar()
Generated method - Getter of the
TestItemType2.localizedFooBar dynamic attribute defined at extension core. |
String |
getLocalizedFooBar(Locale loc)
Generated method - Getter of the
TestItemType2.localizedFooBar dynamic attribute defined at extension core. |
Integer |
getTestProperty1()
Generated method - Getter of the
TestItemType2.testProperty1 attribute defined at extension core. |
String |
getTestProperty2()
Generated method - Getter of the
TestItemType2.testProperty2 attribute defined at extension core. |
String |
getTestProperty2(Locale loc)
Generated method - Getter of the
TestItemType2.testProperty2 attribute defined at extension core. |
void |
setBar(String value)
Generated method - Setter of
TestItemType2.bar attribute defined at extension core. |
void |
setFoo(String value)
Generated method - Setter of
TestItemType2.foo attribute defined at extension core. |
void |
setFooBar(String value)
Generated method - Setter of
TestItemType2.fooBar dynamic attribute defined at extension core. |
void |
setIntBar(int value)
Generated method - Setter of
TestItemType2.intBar dynamic attribute defined at extension core. |
void |
setLocalizedFooBar(String value)
Generated method - Setter of
TestItemType2.localizedFooBar dynamic attribute defined at extension core. |
void |
setLocalizedFooBar(String value,
Locale loc)
Generated method - Setter of
TestItemType2.localizedFooBar dynamic attribute defined at extension core. |
void |
setTestProperty1(Integer value)
Generated method - Setter of
TestItemType2.testProperty1 attribute defined at extension core. |
void |
setTestProperty2(String value)
Generated method - Setter of
TestItemType2.testProperty2 attribute defined at extension core. |
void |
setTestProperty2(String value,
Locale loc)
Generated method - Setter of
TestItemType2.testProperty2 attribute defined at extension core. |
getA, getB, getBoolean, getByte, getCharacter, getDate, getDouble, getFloat, getInteger, getLong, getLongString, getPrimitiveBoolean, getPrimitiveByte, getPrimitiveChar, getPrimitiveDouble, getPrimitiveFloat, getPrimitiveInteger, getPrimitiveLong, getPrimitiveShort, getSerializable, getString, getTestDumpProperty, getTestProperty0, setA, setB, setBoolean, setByte, setCharacter, setDate, setDouble, setFloat, setInteger, setLong, setLongString, setPrimitiveBoolean, setPrimitiveByte, setPrimitiveChar, setPrimitiveDouble, setPrimitiveFloat, setPrimitiveInteger, setPrimitiveLong, setPrimitiveShort, setSerializable, setString, setTestDumpProperty, setTestProperty0getComments, 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 TESTPROPERTY1
TestItemType2.testProperty1 attribute defined at extension core.public static final String TESTPROPERTY2
TestItemType2.testProperty2 attribute defined at extension core.public static final String FOO
TestItemType2.foo attribute defined at extension core.public static final String BAR
TestItemType2.bar attribute defined at extension core.public static final String FOOBAR
TestItemType2.fooBar attribute defined at extension core.public static final String INTBAR
TestItemType2.intBar attribute defined at extension core.public static final String GENDER
TestItemType2.gender attribute defined at extension core.public static final String LOCALIZEDFOOBAR
TestItemType2.localizedFooBar attribute defined at extension core.public TestItemType2Model()
public TestItemType2Model(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TestItemType2Model(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="bar", type=GETTER) public String getBar()
TestItemType2.bar attribute defined at extension core.@Accessor(qualifier="foo", type=GETTER) public String getFoo()
TestItemType2.foo attribute defined at extension core.@Accessor(qualifier="fooBar", type=GETTER) public String getFooBar()
TestItemType2.fooBar dynamic attribute defined at extension core.@Accessor(qualifier="gender", type=GETTER) public Gender getGender()
TestItemType2.gender dynamic attribute defined at extension core.@Accessor(qualifier="intBar", type=GETTER) public int getIntBar()
TestItemType2.intBar dynamic attribute defined at extension core.@Accessor(qualifier="localizedFooBar", type=GETTER) public String getLocalizedFooBar()
TestItemType2.localizedFooBar dynamic attribute defined at extension core.@Accessor(qualifier="localizedFooBar", type=GETTER) public String getLocalizedFooBar(Locale loc)
TestItemType2.localizedFooBar dynamic attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="testProperty1", type=GETTER) public Integer getTestProperty1()
TestItemType2.testProperty1 attribute defined at extension core.@Accessor(qualifier="testProperty2", type=GETTER) public String getTestProperty2()
TestItemType2.testProperty2 attribute defined at extension core.@Accessor(qualifier="testProperty2", type=GETTER) public String getTestProperty2(Locale loc)
TestItemType2.testProperty2 attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="bar", type=SETTER) public void setBar(String value)
TestItemType2.bar attribute defined at extension core.value - the bar@Accessor(qualifier="foo", type=SETTER) public void setFoo(String value)
TestItemType2.foo attribute defined at extension core.value - the foo@Accessor(qualifier="fooBar", type=SETTER) public void setFooBar(String value)
TestItemType2.fooBar dynamic attribute defined at extension core.value - the fooBar@Accessor(qualifier="intBar", type=SETTER) public void setIntBar(int value)
TestItemType2.intBar dynamic attribute defined at extension core.value - the intBar@Accessor(qualifier="localizedFooBar", type=SETTER) public void setLocalizedFooBar(String value)
TestItemType2.localizedFooBar dynamic attribute defined at extension core.value - the localizedFooBar@Accessor(qualifier="localizedFooBar", type=SETTER) public void setLocalizedFooBar(String value, Locale loc)
TestItemType2.localizedFooBar dynamic attribute defined at extension core.value - the localizedFooBarloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="testProperty1", type=SETTER) public void setTestProperty1(Integer value)
TestItemType2.testProperty1 attribute defined at extension core.value - the testProperty1@Accessor(qualifier="testProperty2", type=SETTER) public void setTestProperty2(String value)
TestItemType2.testProperty2 attribute defined at extension core.value - the testProperty2@Accessor(qualifier="testProperty2", type=SETTER) public void setTestProperty2(String value, Locale loc)
TestItemType2.testProperty2 attribute defined at extension core.value - the testProperty2loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.