public class TestItemType3Model extends TestItemType2Model
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ITEMSTYPETWO
Generated constant - Attribute key of
TestItemType3.itemsTypeTwo attribute defined at extension core. |
static String |
ITEMTYPETWO
Generated constant - Attribute key of
TestItemType3.itemTypeTwo attribute defined at extension core. |
static String |
PROP
Generated constant - Attribute key of
TestItemType3.prop attribute defined at extension core. |
static String |
PROP2
Generated constant - Attribute key of
TestItemType3.prop2 attribute defined at extension core. |
static String |
PROP3
Generated constant - Attribute key of
TestItemType3.prop3 attribute defined at extension core. |
static String |
XXX
Generated constant - Attribute key of
TestItemType3.xxx attribute defined at extension core. |
BAR, FOO, FOOBAR, GENDER, INTBAR, LOCALIZEDFOOBAR, TESTPROPERTY1, TESTPROPERTY2A, 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 |
|---|
TestItemType3Model()
Generated constructor - Default constructor for generic creation.
|
TestItemType3Model(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
TestItemType3Model(TestItemType2Model _itemTypeTwo,
Collection<TestItemType2Model> _itemsTypeTwo)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TestItemType3Model(TestItemType2Model _itemTypeTwo,
Collection<TestItemType2Model> _itemsTypeTwo,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TestItemType2Model> |
getItemsTypeTwo()
Generated method - Getter of the
TestItemType3.itemsTypeTwo attribute defined at extension core. |
TestItemType2Model |
getItemTypeTwo()
Generated method - Getter of the
TestItemType3.itemTypeTwo attribute defined at extension core. |
String |
getProp()
Generated method - Getter of the
TestItemType3.prop attribute defined at extension core. |
String |
getProp2()
Generated method - Getter of the
TestItemType3.prop2 attribute defined at extension core. |
String |
getProp2(Locale loc)
Generated method - Getter of the
TestItemType3.prop2 attribute defined at extension core. |
String |
getProp3()
Generated method - Getter of the
TestItemType3.prop3 attribute defined at extension core. |
String |
getXxx()
Generated method - Getter of the
TestItemType3.xxx attribute defined at extension core. |
void |
setItemsTypeTwo(Collection<TestItemType2Model> value)
Generated method - Setter of
TestItemType3.itemsTypeTwo attribute defined at extension core. |
void |
setItemTypeTwo(TestItemType2Model value)
Generated method - Setter of
TestItemType3.itemTypeTwo attribute defined at extension core. |
void |
setProp(String value)
Generated method - Setter of
TestItemType3.prop attribute defined at extension core. |
void |
setProp2(String value)
Generated method - Setter of
TestItemType3.prop2 attribute defined at extension core. |
void |
setProp2(String value,
Locale loc)
Generated method - Setter of
TestItemType3.prop2 attribute defined at extension core. |
void |
setProp3(String value)
Generated method - Setter of
TestItemType3.prop3 attribute defined at extension core. |
void |
setXxx(String value)
Generated method - Setter of
TestItemType3.xxx attribute defined at extension core. |
getBar, getFoo, getFooBar, getGender, getIntBar, getLocalizedFooBar, getLocalizedFooBar, getTestProperty1, getTestProperty2, getTestProperty2, setBar, setFoo, setFooBar, setIntBar, setLocalizedFooBar, setLocalizedFooBar, setTestProperty1, setTestProperty2, setTestProperty2getA, 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 XXX
TestItemType3.xxx attribute defined at extension core.public static final String PROP
TestItemType3.prop attribute defined at extension core.public static final String PROP2
TestItemType3.prop2 attribute defined at extension core.public static final String PROP3
TestItemType3.prop3 attribute defined at extension core.public static final String ITEMTYPETWO
TestItemType3.itemTypeTwo attribute defined at extension core.public static final String ITEMSTYPETWO
TestItemType3.itemsTypeTwo attribute defined at extension core.public TestItemType3Model()
public TestItemType3Model(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo)
_itemTypeTwo - initial attribute declared by type TestItemType3 at extension core_itemsTypeTwo - initial attribute declared by type TestItemType3 at extension core@Deprecated public TestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo, ItemModel _owner)
_itemTypeTwo - initial attribute declared by type TestItemType3 at extension core_itemsTypeTwo - initial attribute declared by type TestItemType3 at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="itemsTypeTwo", type=GETTER) public Collection<TestItemType2Model> getItemsTypeTwo()
TestItemType3.itemsTypeTwo attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="itemTypeTwo", type=GETTER) public TestItemType2Model getItemTypeTwo()
TestItemType3.itemTypeTwo attribute defined at extension core.@Accessor(qualifier="prop", type=GETTER) public String getProp()
TestItemType3.prop attribute defined at extension core.@Accessor(qualifier="prop2", type=GETTER) public String getProp2()
TestItemType3.prop2 attribute defined at extension core.@Accessor(qualifier="prop2", type=GETTER) public String getProp2(Locale loc)
TestItemType3.prop2 attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="prop3", type=GETTER) public String getProp3()
TestItemType3.prop3 attribute defined at extension core.@Accessor(qualifier="xxx", type=GETTER) public String getXxx()
TestItemType3.xxx attribute defined at extension core.@Accessor(qualifier="itemsTypeTwo", type=SETTER) public void setItemsTypeTwo(Collection<TestItemType2Model> value)
TestItemType3.itemsTypeTwo attribute defined at extension core.value - the itemsTypeTwo@Accessor(qualifier="itemTypeTwo", type=SETTER) public void setItemTypeTwo(TestItemType2Model value)
TestItemType3.itemTypeTwo attribute defined at extension core.value - the itemTypeTwo@Accessor(qualifier="prop", type=SETTER) public void setProp(String value)
TestItemType3.prop attribute defined at extension core.value - the prop@Accessor(qualifier="prop2", type=SETTER) public void setProp2(String value)
TestItemType3.prop2 attribute defined at extension core.value - the prop2@Accessor(qualifier="prop2", type=SETTER) public void setProp2(String value, Locale loc)
TestItemType3.prop2 attribute defined at extension core.value - the prop2loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="prop3", type=SETTER) public void setProp3(String value)
TestItemType3.prop3 attribute defined at extension core.value - the prop3Copyright © 2017 SAP SE. All Rights Reserved.