public class B2BReportingSetModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_B2BREPORTINGENTRY
Generated relation code constant for relation
B2BReportingEntry defining source attribute ReportingEntries in extension b2bcommerce. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
B2BReportingSet.code attribute defined at extension b2bcommerce. |
static String |
REPORTINGENTRIES
Generated constant - Attribute key of
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BReportingSetModel()
Generated constructor - Default constructor for generic creation.
|
B2BReportingSetModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
B2BReportingSetModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BReportingSetModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
B2BReportingSet.code attribute defined at extension b2bcommerce. |
Set<ItemModel> |
getReportingEntries()
Generated method - Getter of the
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce. |
void |
setCode(String value)
Generated method - Setter of
B2BReportingSet.code attribute defined at extension b2bcommerce. |
void |
setReportingEntries(Set<ItemModel> value)
Generated method - Setter of
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce. |
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 _B2BREPORTINGENTRY
B2BReportingEntry defining source attribute ReportingEntries in extension b2bcommerce.public static final String CODE
B2BReportingSet.code attribute defined at extension b2bcommerce.public static final String REPORTINGENTRIES
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce.public B2BReportingSetModel()
public B2BReportingSetModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BReportingSetModel(String _code)
_code - initial attribute declared by type B2BReportingSet at extension b2bcommerce@Deprecated public B2BReportingSetModel(String _code, ItemModel _owner)
_code - initial attribute declared by type B2BReportingSet at extension b2bcommerce_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
B2BReportingSet.code attribute defined at extension b2bcommerce.@Accessor(qualifier="ReportingEntries", type=GETTER) public Set<ItemModel> getReportingEntries()
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
B2BReportingSet.code attribute defined at extension b2bcommerce.value - the codeCopyright © 2017 SAP SE. All Rights Reserved.