public class Wishlist2Model extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_USER2WISHLIST2
Generated relation code constant for relation
User2Wishlist2 defining source attribute user in extension wishlist. |
static String |
DEFAULT
Generated constant - Attribute key of
Wishlist2.default attribute defined at extension wishlist. |
static String |
DESCRIPTION
Generated constant - Attribute key of
Wishlist2.description attribute defined at extension wishlist. |
static String |
ENTRIES
Generated constant - Attribute key of
Wishlist2.entries attribute defined at extension wishlist. |
static String |
NAME
Generated constant - Attribute key of
Wishlist2.name attribute defined at extension wishlist. |
static String |
USER
Generated constant - Attribute key of
Wishlist2.user attribute defined at extension wishlist. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
Wishlist2Model()
Generated constructor - Default constructor for generic creation.
|
Wishlist2Model(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
Wishlist2Model(String _name)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Wishlist2Model(String _name,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDefault()
Generated method - Getter of the
Wishlist2.default attribute defined at extension wishlist. |
String |
getDescription()
Generated method - Getter of the
Wishlist2.description attribute defined at extension wishlist. |
List<Wishlist2EntryModel> |
getEntries()
Generated method - Getter of the
Wishlist2.entries attribute defined at extension wishlist. |
String |
getName()
Generated method - Getter of the
Wishlist2.name attribute defined at extension wishlist. |
UserModel |
getUser()
Generated method - Getter of the
Wishlist2.user attribute defined at extension wishlist. |
void |
setDefault(Boolean value)
Generated method - Setter of
Wishlist2.default attribute defined at extension wishlist. |
void |
setDescription(String value)
Generated method - Setter of
Wishlist2.description attribute defined at extension wishlist. |
void |
setEntries(List<Wishlist2EntryModel> value)
Generated method - Setter of
Wishlist2.entries attribute defined at extension wishlist. |
void |
setName(String value)
Generated method - Setter of
Wishlist2.name attribute defined at extension wishlist. |
void |
setUser(UserModel value)
Generated method - Setter of
Wishlist2.user attribute defined at extension wishlist. |
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 _USER2WISHLIST2
User2Wishlist2 defining source attribute user in extension wishlist.public static final String NAME
Wishlist2.name attribute defined at extension wishlist.public static final String DESCRIPTION
Wishlist2.description attribute defined at extension wishlist.public static final String DEFAULT
Wishlist2.default attribute defined at extension wishlist.public static final String USER
Wishlist2.user attribute defined at extension wishlist.public static final String ENTRIES
Wishlist2.entries attribute defined at extension wishlist.public Wishlist2Model()
public Wishlist2Model(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public Wishlist2Model(String _name)
_name - initial attribute declared by type Wishlist2 at extension wishlist@Deprecated public Wishlist2Model(String _name, ItemModel _owner)
_name - initial attribute declared by type Wishlist2 at extension wishlist_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="default", type=GETTER) public Boolean getDefault()
Wishlist2.default attribute defined at extension wishlist.@Accessor(qualifier="description", type=GETTER) public String getDescription()
Wishlist2.description attribute defined at extension wishlist.@Accessor(qualifier="entries", type=GETTER) public List<Wishlist2EntryModel> getEntries()
Wishlist2.entries attribute defined at extension wishlist.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="name", type=GETTER) public String getName()
Wishlist2.name attribute defined at extension wishlist.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
Wishlist2.user attribute defined at extension wishlist.@Accessor(qualifier="default", type=SETTER) public void setDefault(Boolean value)
Wishlist2.default attribute defined at extension wishlist.value - the default@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
Wishlist2.description attribute defined at extension wishlist.value - the description@Accessor(qualifier="entries", type=SETTER) public void setEntries(List<Wishlist2EntryModel> value)
Wishlist2.entries attribute defined at extension wishlist.value - the entries@Accessor(qualifier="name", type=SETTER) public void setName(String value)
Wishlist2.name attribute defined at extension wishlist.value - the nameCopyright © 2017 SAP SE. All Rights Reserved.