Package de.hybris.platform.b2b.model
Class B2BReportingSetModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.b2b.model.B2BReportingSetModel
-
- All Implemented Interfaces:
java.io.Serializable
public class B2BReportingSetModel extends ItemModel
Generated model class for type B2BReportingSet first defined at extension b2bcommerce.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_B2BREPORTINGENTRYGenerated relation code constant for relationB2BReportingEntrydefining source attributeReportingEntriesin extensionb2bcommerce.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofB2BReportingSet.codeattribute defined at extensionb2bcommerce.static java.lang.StringREPORTINGENTRIESGenerated constant - Attribute key ofB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description B2BReportingSetModel()Generated constructor - Default constructor for generic creation.B2BReportingSetModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextB2BReportingSetModel(java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BReportingSetModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Generated method - Getter of theB2BReportingSet.codeattribute defined at extensionb2bcommerce.java.util.Set<ItemModel>getReportingEntries()Generated method - Getter of theB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce.voidsetCode(java.lang.String value)Generated method - Setter ofB2BReportingSet.codeattribute defined at extensionb2bcommerce.voidsetReportingEntries(java.util.Set<ItemModel> value)Generated method - Setter ofB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_B2BREPORTINGENTRY
public static final java.lang.String _B2BREPORTINGENTRY
Generated relation code constant for relationB2BReportingEntrydefining source attributeReportingEntriesin extensionb2bcommerce.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofB2BReportingSet.codeattribute defined at extensionb2bcommerce.- See Also:
- Constant Field Values
-
REPORTINGENTRIES
public static final java.lang.String REPORTINGENTRIES
Generated constant - Attribute key ofB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
B2BReportingSetModel
public B2BReportingSetModel()
Generated constructor - Default constructor for generic creation.
-
B2BReportingSetModel
public B2BReportingSetModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
B2BReportingSetModel
@Deprecated(since="4.1.1", forRemoval=true) public B2BReportingSetModel(java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeB2BReportingSetat extensionb2bcommerce
-
B2BReportingSetModel
@Deprecated(since="4.1.1", forRemoval=true) public B2BReportingSetModel(java.lang.String _code, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeB2BReportingSetat extensionb2bcommerce_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theB2BReportingSet.codeattribute defined at extensionb2bcommerce.- Returns:
- the code
-
getReportingEntries
@Accessor(qualifier="ReportingEntries", type=GETTER) public java.util.Set<ItemModel> getReportingEntries()
Generated method - Getter of theB2BReportingSet.ReportingEntriesattribute defined at extensionb2bcommerce. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the ReportingEntries
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofB2BReportingSet.codeattribute defined at extensionb2bcommerce.- Parameters:
value- the code
-
-