Class OutboundChannelConfigurationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.outboundsync.model.OutboundChannelConfigurationModel
-
- All Implemented Interfaces:
java.io.Serializable
public class OutboundChannelConfigurationModel extends ItemModel
Generated model class for type OutboundChannelConfiguration first defined at extension outboundsync.Relates an Integration Object to a destination.
- 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.StringAUTOGENERATEGenerated constant - Attribute key ofOutboundChannelConfiguration.autoGenerateattribute defined at extensionoutboundsync.static java.lang.StringCODEGenerated constant - Attribute key ofOutboundChannelConfiguration.codeattribute defined at extensionoutboundsync.static java.lang.StringDESTINATIONGenerated constant - Attribute key ofOutboundChannelConfiguration.destinationattribute defined at extensionoutboundsync.static java.lang.StringINTEGRATIONOBJECTGenerated constant - Attribute key ofOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.-
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 OutboundChannelConfigurationModel()Generated constructor - Default constructor for generic creation.OutboundChannelConfigurationModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextOutboundChannelConfigurationModel(java.lang.String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundChannelConfigurationModel(java.lang.String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject, 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.BooleangetAutoGenerate()Generated method - Getter of theOutboundChannelConfiguration.autoGenerateattribute defined at extensionoutboundsync.java.lang.StringgetCode()Generated method - Getter of theOutboundChannelConfiguration.codeattribute defined at extensionoutboundsync.ConsumedDestinationModelgetDestination()Generated method - Getter of theOutboundChannelConfiguration.destinationattribute defined at extensionoutboundsync.IntegrationObjectModelgetIntegrationObject()Generated method - Getter of theOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.voidsetAutoGenerate(java.lang.Boolean value)Generated method - Setter ofOutboundChannelConfiguration.autoGenerateattribute defined at extensionoutboundsync.voidsetCode(java.lang.String value)Generated method - Setter ofOutboundChannelConfiguration.codeattribute defined at extensionoutboundsync.voidsetDestination(ConsumedDestinationModel value)Generated method - Setter ofOutboundChannelConfiguration.destinationattribute defined at extensionoutboundsync.voidsetIntegrationObject(IntegrationObjectModel value)Generated method - Setter ofOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.-
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 ofOutboundChannelConfiguration.codeattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
INTEGRATIONOBJECT
public static final java.lang.String INTEGRATIONOBJECT
Generated constant - Attribute key ofOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
DESTINATION
public static final java.lang.String DESTINATION
Generated constant - Attribute key ofOutboundChannelConfiguration.destinationattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
AUTOGENERATE
public static final java.lang.String AUTOGENERATE
Generated constant - Attribute key ofOutboundChannelConfiguration.autoGenerateattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OutboundChannelConfigurationModel
public OutboundChannelConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
OutboundChannelConfigurationModel
public OutboundChannelConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OutboundChannelConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundChannelConfigurationModel(java.lang.String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject)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 typeOutboundChannelConfigurationat extensionoutboundsync_destination- initial attribute declared by typeOutboundChannelConfigurationat extensionoutboundsync_integrationObject- initial attribute declared by typeOutboundChannelConfigurationat extensionoutboundsync
-
OutboundChannelConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundChannelConfigurationModel(java.lang.String _code, ConsumedDestinationModel _destination, IntegrationObjectModel _integrationObject, 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 typeOutboundChannelConfigurationat extensionoutboundsync_destination- initial attribute declared by typeOutboundChannelConfigurationat extensionoutboundsync_integrationObject- initial attribute declared by typeOutboundChannelConfigurationat extensionoutboundsync_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAutoGenerate
@Accessor(qualifier="autoGenerate", type=GETTER) public java.lang.Boolean getAutoGenerate()
Generated method - Getter of theOutboundChannelConfiguration.autoGenerateattribute defined at extensionoutboundsync.- Returns:
- the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this
OutboundChannelConfigurationis created.
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theOutboundChannelConfiguration.codeattribute defined at extensionoutboundsync.- Returns:
- the code - The unique value that represents this outbound scenario
-
getDestination
@Accessor(qualifier="destination", type=GETTER) public ConsumedDestinationModel getDestination()
Generated method - Getter of theOutboundChannelConfiguration.destinationattribute defined at extensionoutboundsync.- Returns:
- the destination - Destination where the Integration Object will be sent for this outbound scenario
-
getIntegrationObject
@Accessor(qualifier="integrationObject", type=GETTER) public IntegrationObjectModel getIntegrationObject()
Generated method - Getter of theOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.- Returns:
- the integrationObject - Integration Object to be sent for this outbound scenario
-
setAutoGenerate
@Accessor(qualifier="autoGenerate", type=SETTER) public void setAutoGenerate(java.lang.Boolean value)
Generated method - Setter ofOutboundChannelConfiguration.autoGenerateattribute defined at extensionoutboundsync.- Parameters:
value- the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when thisOutboundChannelConfigurationis created.
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofOutboundChannelConfiguration.codeattribute defined at extensionoutboundsync.- Parameters:
value- the code - The unique value that represents this outbound scenario
-
setDestination
@Accessor(qualifier="destination", type=SETTER) public void setDestination(ConsumedDestinationModel value)
Generated method - Setter ofOutboundChannelConfiguration.destinationattribute defined at extensionoutboundsync.- Parameters:
value- the destination - Destination where the Integration Object will be sent for this outbound scenario
-
setIntegrationObject
@Accessor(qualifier="integrationObject", type=SETTER) public void setIntegrationObject(IntegrationObjectModel value)
Generated method - Setter ofOutboundChannelConfiguration.integrationObjectattribute defined at extensionoutboundsync.- Parameters:
value- the integrationObject - Integration Object to be sent for this outbound scenario
-
-