public class Wishlist2Model extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_USER2WISHLIST2
Generated relation code constant for relation
User2Wishlist2 defining source attribute user in extension wishlist. |
static java.lang.String |
DEFAULT
Generated constant - Attribute key of
Wishlist2.default attribute defined at extension wishlist. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
Wishlist2.description attribute defined at extension wishlist. |
static java.lang.String |
ENTRIES
Generated constant - Attribute key of
Wishlist2.entries attribute defined at extension wishlist. |
static java.lang.String |
NAME
Generated constant - Attribute key of
Wishlist2.name attribute defined at extension wishlist. |
static java.lang.String |
USER
Generated constant - Attribute key of
Wishlist2.user attribute defined at extension wishlist. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _name)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Wishlist2Model(java.lang.String _name,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getDefault()
Generated method - Getter of the
Wishlist2.default attribute defined at extension wishlist. |
java.lang.String |
getDescription()
Generated method - Getter of the
Wishlist2.description attribute defined at extension wishlist. |
java.util.List<Wishlist2EntryModel> |
getEntries()
Generated method - Getter of the
Wishlist2.entries attribute defined at extension wishlist. |
java.lang.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(java.lang.Boolean value)
Generated method - Setter of
Wishlist2.default attribute defined at extension wishlist. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
Wishlist2.description attribute defined at extension wishlist. |
void |
setEntries(java.util.List<Wishlist2EntryModel> value)
Generated method - Setter of
Wishlist2.entries attribute defined at extension wishlist. |
void |
setName(java.lang.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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _USER2WISHLIST2
User2Wishlist2 defining source attribute user in extension wishlist.public static final java.lang.String NAME
Wishlist2.name attribute defined at extension wishlist.public static final java.lang.String DESCRIPTION
Wishlist2.description attribute defined at extension wishlist.public static final java.lang.String DEFAULT
Wishlist2.default attribute defined at extension wishlist.public static final java.lang.String USER
Wishlist2.user attribute defined at extension wishlist.public static final java.lang.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(java.lang.String _name)
_name - initial attribute declared by type Wishlist2 at extension wishlist@Deprecated
public Wishlist2Model(java.lang.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 java.lang.Boolean getDefault()
Wishlist2.default attribute defined at extension wishlist.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
Wishlist2.description attribute defined at extension wishlist.@Accessor(qualifier="entries", type=GETTER) public java.util.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 java.lang.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(java.lang.Boolean value)
Wishlist2.default attribute defined at extension wishlist.value - the default@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
Wishlist2.description attribute defined at extension wishlist.value - the description@Accessor(qualifier="entries", type=SETTER) public void setEntries(java.util.List<Wishlist2EntryModel> value)
Wishlist2.entries attribute defined at extension wishlist.value - the entries@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Wishlist2.name attribute defined at extension wishlist.value - the nameCopyright © 2018 SAP SE. All Rights Reserved.