Class DestinationTargetModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.apiregistryservices.model.DestinationTargetModel
- All Implemented Interfaces:
Serializable
Generated model class for type DestinationTarget first defined at extension apiregistryservices.
Configuration of target system (tenant).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofDestinationTarget.destinationsattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofDestinationTarget.idattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofDestinationTarget.registrationStatusattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofDestinationTarget.registrationStatusInfoattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofDestinationTarget.templateattribute defined at extensionapiregistryservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.DestinationTargetModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDestinationTargetModel(String _id, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.Generated method - Getter of theDestinationTarget.destinationsattribute defined at extensionapiregistryservices.Generated method - Getter of theDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices.getId()Generated method - Getter of theDestinationTarget.idattribute defined at extensionapiregistryservices.Generated method - Getter of theDestinationTarget.registrationStatusattribute defined at extensionapiregistryservices.Generated method - Getter of theDestinationTarget.registrationStatusInfoattribute defined at extensionapiregistryservices.Generated method - Getter of theDestinationTarget.templateattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofDestinationTarget.destinationsattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofDestinationTarget.idattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofDestinationTarget.registrationStatusattribute defined at extensionapiregistryservices.voidsetRegistrationStatusInfo(String value) Generated method - Setter ofDestinationTarget.registrationStatusInfoattribute defined at extensionapiregistryservices.voidsetTemplate(Boolean value) Generated method - Setter ofDestinationTarget.templateattribute defined at extensionapiregistryservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
ID
Generated constant - Attribute key ofDestinationTarget.idattribute defined at extensionapiregistryservices.- See Also:
-
DESTINATIONCHANNEL
Generated constant - Attribute key ofDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.- See Also:
-
TEMPLATE
Generated constant - Attribute key ofDestinationTarget.templateattribute defined at extensionapiregistryservices.- See Also:
-
REGISTRATIONSTATUS
Generated constant - Attribute key ofDestinationTarget.registrationStatusattribute defined at extensionapiregistryservices.- See Also:
-
REGISTRATIONSTATUSINFO
Generated constant - Attribute key ofDestinationTarget.registrationStatusInfoattribute defined at extensionapiregistryservices.- See Also:
-
EVENTCONFIGURATIONS
Generated constant - Attribute key ofDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices.- See Also:
-
DESTINATIONS
Generated constant - Attribute key ofDestinationTarget.destinationsattribute defined at extensionapiregistryservices.- See Also:
-
-
Constructor Details
-
DestinationTargetModel
public DestinationTargetModel()Generated constructor - Default constructor for generic creation. -
DestinationTargetModel
public DestinationTargetModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
DestinationTargetModel
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:
_id- initial attribute declared by typeDestinationTargetat extensionapiregistryservices
-
DestinationTargetModel
@Deprecated(since="4.1.1", forRemoval=true) public DestinationTargetModel(String _id, 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:
_id- initial attribute declared by typeDestinationTargetat extensionapiregistryservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getDestinationChannel
@Accessor(qualifier="destinationChannel", type=GETTER) public DestinationChannel getDestinationChannel()Generated method - Getter of theDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.- Returns:
- the destinationChannel - Destination Channel
-
getDestinations
@Accessor(qualifier="destinations", type=GETTER) public Collection<AbstractDestinationModel> getDestinations()Generated method - Getter of theDestinationTarget.destinationsattribute defined at extensionapiregistryservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the destinations - Destinations
-
getEventConfigurations
@Accessor(qualifier="eventConfigurations", type=GETTER) public Collection<EventConfigurationModel> getEventConfigurations()Generated method - Getter of theDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the eventConfigurations - Event Configurations
-
getId
Generated method - Getter of theDestinationTarget.idattribute defined at extensionapiregistryservices.- Returns:
- the id - Unique Id
-
getRegistrationStatus
@Accessor(qualifier="registrationStatus", type=GETTER) public RegistrationStatus getRegistrationStatus()Generated method - Getter of theDestinationTarget.registrationStatusattribute defined at extensionapiregistryservices.- Returns:
- the registrationStatus - Registration status
-
getRegistrationStatusInfo
@Accessor(qualifier="registrationStatusInfo", type=GETTER) public String getRegistrationStatusInfo()Generated method - Getter of theDestinationTarget.registrationStatusInfoattribute defined at extensionapiregistryservices.- Returns:
- the registrationStatusInfo - Registration status information
-
getTemplate
Generated method - Getter of theDestinationTarget.templateattribute defined at extensionapiregistryservices.- Returns:
- the template - Template Flag
-
setDestinationChannel
@Accessor(qualifier="destinationChannel", type=SETTER) public void setDestinationChannel(DestinationChannel value) Generated method - Setter ofDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.- Parameters:
value- the destinationChannel - Destination Channel
-
setDestinations
@Accessor(qualifier="destinations", type=SETTER) public void setDestinations(Collection<AbstractDestinationModel> value) Generated method - Setter ofDestinationTarget.destinationsattribute defined at extensionapiregistryservices.- Parameters:
value- the destinations - Destinations
-
setEventConfigurations
@Accessor(qualifier="eventConfigurations", type=SETTER) public void setEventConfigurations(Collection<EventConfigurationModel> value) Generated method - Setter ofDestinationTarget.eventConfigurationsattribute defined at extensionapiregistryservices.- Parameters:
value- the eventConfigurations - Event Configurations
-
setId
Generated method - Setter ofDestinationTarget.idattribute defined at extensionapiregistryservices.- Parameters:
value- the id - Unique Id
-
setRegistrationStatus
@Accessor(qualifier="registrationStatus", type=SETTER) public void setRegistrationStatus(RegistrationStatus value) Generated method - Setter ofDestinationTarget.registrationStatusattribute defined at extensionapiregistryservices.- Parameters:
value- the registrationStatus - Registration status
-
setRegistrationStatusInfo
@Accessor(qualifier="registrationStatusInfo", type=SETTER) public void setRegistrationStatusInfo(String value) Generated method - Setter ofDestinationTarget.registrationStatusInfoattribute defined at extensionapiregistryservices.- Parameters:
value- the registrationStatusInfo - Registration status information
-
setTemplate
Generated method - Setter ofDestinationTarget.templateattribute defined at extensionapiregistryservices.- Parameters:
value- the template - Template Flag
-