Class DestinationTargetCronJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class DestinationTargetCronJobModel extends ServicelayerJobModel
Generated model class for type DestinationTargetCronJob first defined at extension apiregistryservices.

DestinationTarget cronjob.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • DESTINATIONTARGETID

      public static final String DESTINATIONTARGETID
      Generated constant - Attribute key of DestinationTargetCronJob.destinationTargetId attribute defined at extension apiregistryservices.
      See Also:
  • Constructor Details

    • DestinationTargetCronJobModel

      public DestinationTargetCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • DestinationTargetCronJobModel

      public DestinationTargetCronJobModel(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
    • DestinationTargetCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public DestinationTargetCronJobModel(String _code, String _destinationTargetId, String _springId)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type Job at extension processing
      _destinationTargetId - initial attribute declared by type DestinationTargetCronJob at extension apiregistryservices
      _springId - initial attribute declared by type ServicelayerJob at extension processing
    • DestinationTargetCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public DestinationTargetCronJobModel(String _code, String _destinationTargetId, Integer _nodeID, ItemModel _owner, String _springId)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type Job at extension processing
      _destinationTargetId - initial attribute declared by type DestinationTargetCronJob at extension apiregistryservices
      _nodeID - initial attribute declared by type Job at extension processing
      _owner - initial attribute declared by type Item at extension core
      _springId - initial attribute declared by type ServicelayerJob at extension processing
  • Method Details

    • getDestinationTargetId

      @Accessor(qualifier="destinationTargetId", type=GETTER) public String getDestinationTargetId()
      Generated method - Getter of the DestinationTargetCronJob.destinationTargetId attribute defined at extension apiregistryservices.
      Returns:
      the destinationTargetId - ID of DestinationTarget to be processed
    • setDestinationTargetId

      @Accessor(qualifier="destinationTargetId", type=SETTER) public void setDestinationTargetId(String value)
      Generated method - Setter of DestinationTargetCronJob.destinationTargetId attribute defined at extension apiregistryservices.
      Parameters:
      value - the destinationTargetId - ID of DestinationTarget to be processed