public class B2BReportingSetModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_B2BREPORTINGENTRY
Generated relation code constant for relation
B2BReportingEntry defining source attribute ReportingEntries in extension b2bcommerce. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
B2BReportingSet.code attribute defined at extension b2bcommerce. |
static java.lang.String |
REPORTINGENTRIES
Generated constant - Attribute key of
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
B2BReportingSetModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
B2BReportingSet.code attribute defined at extension b2bcommerce. |
java.util.Set<ItemModel> |
getReportingEntries()
Generated method - Getter of the
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce. |
void |
setCode(java.lang.String value)
Generated method - Setter of
B2BReportingSet.code attribute defined at extension b2bcommerce. |
void |
setReportingEntries(java.util.Set<ItemModel> value)
Generated method - Setter of
B2BReportingSet.ReportingEntries attribute defined at extension b2bcommerce. |
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 _B2BREPORTINGENTRY
B2BReportingEntry defining source attribute ReportingEntries in extension b2bcommerce.public static final java.lang.String CODE
B2BReportingSet.code attribute defined at extension b2bcommerce.public static final java.lang.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(java.lang.String _code)
_code - initial attribute declared by type B2BReportingSet at extension b2bcommerce@Deprecated
public B2BReportingSetModel(java.lang.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 java.lang.String getCode()
B2BReportingSet.code attribute defined at extension b2bcommerce.@Accessor(qualifier="ReportingEntries", type=GETTER) public java.util.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(java.lang.String value)
B2BReportingSet.code attribute defined at extension b2bcommerce.value - the codeCopyright © 2018 SAP SE. All Rights Reserved.