Class GeneratedDestinationTargetCronJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DestinationTargetCronJob

public abstract class GeneratedDestinationTargetCronJob extends ServicelayerJob
Generated class for type DestinationTargetCronJob.
See Also:
  • Field Details

    • DESTINATIONTARGETID

      public static final String DESTINATIONTARGETID
      Qualifier of the DestinationTargetCronJob.destinationTargetId attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedDestinationTargetCronJob

      public GeneratedDestinationTargetCronJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedServicelayerJob
    • getDestinationTargetId

      public String getDestinationTargetId(SessionContext ctx)
      Generated method - Getter of the DestinationTargetCronJob.destinationTargetId attribute.
      Returns:
      the destinationTargetId - ID of DestinationTarget to be processed
    • getDestinationTargetId

      public String getDestinationTargetId()
      Generated method - Getter of the DestinationTargetCronJob.destinationTargetId attribute.
      Returns:
      the destinationTargetId - ID of DestinationTarget to be processed
    • setDestinationTargetId

      public void setDestinationTargetId(SessionContext ctx, String value)
      Generated method - Setter of the DestinationTargetCronJob.destinationTargetId attribute.
      Parameters:
      value - the destinationTargetId - ID of DestinationTarget to be processed
    • setDestinationTargetId

      public void setDestinationTargetId(String value)
      Generated method - Setter of the DestinationTargetCronJob.destinationTargetId attribute.
      Parameters:
      value - the destinationTargetId - ID of DestinationTarget to be processed