Class IntegrationObjectModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.integrationservices.model.IntegrationObjectModel
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrationObjectModel extends ItemModel
Generated model class for type IntegrationObject first defined at extension integrationservices.- 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_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofIntegrationObject.codeattribute defined at extensionintegrationservices.static java.lang.StringINTEGRATIONTYPEGenerated constant - Attribute key ofIntegrationObject.integrationTypeattribute defined at extensionodata2webservices.static java.lang.StringITEMSGenerated constant - Attribute key ofIntegrationObject.itemsattribute defined at extensionintegrationservices.static java.lang.StringROOTITEMGenerated constant - Attribute key ofIntegrationObject.rootItemattribute defined at extensionintegrationservices.-
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 IntegrationObjectModel()Generated constructor - Default constructor for generic creation.IntegrationObjectModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextIntegrationObjectModel(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 parametersIntegrationObjectModel(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 theIntegrationObject.codeattribute defined at extensionintegrationservices.IntegrationTypegetIntegrationType()Generated method - Getter of theIntegrationObject.integrationTypeattribute defined at extensionodata2webservices.java.util.Set<IntegrationObjectItemModel>getItems()Generated method - Getter of theIntegrationObject.itemsattribute defined at extensionintegrationservices.IntegrationObjectItemModelgetRootItem()Generated method - Getter of theIntegrationObject.rootItemdynamic attribute defined at extensionintegrationservices.voidsetCode(java.lang.String value)Generated method - Setter ofIntegrationObject.codeattribute defined at extensionintegrationservices.voidsetIntegrationType(IntegrationType value)Generated method - Setter ofIntegrationObject.integrationTypeattribute defined at extensionodata2webservices.voidsetItems(java.util.Set<IntegrationObjectItemModel> value)Generated method - Setter ofIntegrationObject.itemsattribute defined at extensionintegrationservices.-
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
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofIntegrationObject.codeattribute defined at extensionintegrationservices.- See Also:
- Constant Field Values
-
ROOTITEM
public static final java.lang.String ROOTITEM
Generated constant - Attribute key ofIntegrationObject.rootItemattribute defined at extensionintegrationservices.- See Also:
- Constant Field Values
-
ITEMS
public static final java.lang.String ITEMS
Generated constant - Attribute key ofIntegrationObject.itemsattribute defined at extensionintegrationservices.- See Also:
- Constant Field Values
-
INTEGRATIONTYPE
public static final java.lang.String INTEGRATIONTYPE
Generated constant - Attribute key ofIntegrationObject.integrationTypeattribute defined at extensionodata2webservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntegrationObjectModel
public IntegrationObjectModel()
Generated constructor - Default constructor for generic creation.
-
IntegrationObjectModel
public IntegrationObjectModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
IntegrationObjectModel
@Deprecated(since="4.1.1", forRemoval=true) public IntegrationObjectModel(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 typeIntegrationObjectat extensionintegrationservices
-
IntegrationObjectModel
@Deprecated(since="4.1.1", forRemoval=true) public IntegrationObjectModel(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 typeIntegrationObjectat extensionintegrationservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theIntegrationObject.codeattribute defined at extensionintegrationservices.- Returns:
- the code
-
getIntegrationType
@Accessor(qualifier="integrationType", type=GETTER) public IntegrationType getIntegrationType()
Generated method - Getter of theIntegrationObject.integrationTypeattribute defined at extensionodata2webservices.- Returns:
- the integrationType - Qualifier for the type of Integration related to an IntegrationObject
-
getItems
@Accessor(qualifier="items", type=GETTER) public java.util.Set<IntegrationObjectItemModel> getItems()
Generated method - Getter of theIntegrationObject.itemsattribute defined at extensionintegrationservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the items
-
getRootItem
@Accessor(qualifier="rootItem", type=GETTER) public IntegrationObjectItemModel getRootItem()
Generated method - Getter of theIntegrationObject.rootItemdynamic attribute defined at extensionintegrationservices.- Returns:
- the rootItem - Identifies the root
IntegrationObjectItemfor thisIntegrationObject. There should only be one rootIntegrationObjectItemfor anyIntegrationObject. If the IntegrationObject was misconfiguration where the IntegrationObject is found to have more than 1 rootIntegrationObjectItemthen an exception will be thrown.
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofIntegrationObject.codeattribute defined at extensionintegrationservices.- Parameters:
value- the code
-
setIntegrationType
@Accessor(qualifier="integrationType", type=SETTER) public void setIntegrationType(IntegrationType value)
Generated method - Setter ofIntegrationObject.integrationTypeattribute defined at extensionodata2webservices.- Parameters:
value- the integrationType - Qualifier for the type of Integration related to an IntegrationObject
-
setItems
@Accessor(qualifier="items", type=SETTER) public void setItems(java.util.Set<IntegrationObjectItemModel> value)
Generated method - Setter ofIntegrationObject.itemsattribute defined at extensionintegrationservices.- Parameters:
value- the items
-
-