Class GeneratedY2YDistributedProcess

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

public abstract class GeneratedY2YDistributedProcess extends DistributedProcess
Generated class for type Y2YDistributedProcess.
See Also:
  • Field Details

    • BATCHSIZE

      public static final String BATCHSIZE
      Qualifier of the Y2YDistributedProcess.batchSize attribute
      See Also:
    • Y2YSYNCCRONJOB

      public static final String Y2YSYNCCRONJOB
      Qualifier of the Y2YDistributedProcess.y2ySyncCronJob attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedY2YDistributedProcess

      public GeneratedY2YDistributedProcess()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getBatchSize(SessionContext ctx)
      Generated method - Getter of the Y2YDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSize

      public Integer getBatchSize()
      Generated method - Getter of the Y2YDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSizeAsPrimitive

      public int getBatchSizeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Y2YDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSizeAsPrimitive

      public int getBatchSizeAsPrimitive()
      Generated method - Getter of the Y2YDistributedProcess.batchSize attribute.
      Returns:
      the batchSize
    • setBatchSize

      protected void setBatchSize(SessionContext ctx, Integer value)
      Generated method - Setter of the Y2YDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      protected void setBatchSize(Integer value)
      Generated method - Setter of the Y2YDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      protected void setBatchSize(SessionContext ctx, int value)
      Generated method - Setter of the Y2YDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      protected void setBatchSize(int value)
      Generated method - Setter of the Y2YDistributedProcess.batchSize attribute.
      Parameters:
      value - the batchSize
    • getY2ySyncCronJob

      public Y2YSyncCronJob getY2ySyncCronJob(SessionContext ctx)
      Generated method - Getter of the Y2YDistributedProcess.y2ySyncCronJob attribute.
      Returns:
      the y2ySyncCronJob
    • getY2ySyncCronJob

      public Y2YSyncCronJob getY2ySyncCronJob()
      Generated method - Getter of the Y2YDistributedProcess.y2ySyncCronJob attribute.
      Returns:
      the y2ySyncCronJob
    • setY2ySyncCronJob

      public void setY2ySyncCronJob(SessionContext ctx, Y2YSyncCronJob value)
      Generated method - Setter of the Y2YDistributedProcess.y2ySyncCronJob attribute.
      Parameters:
      value - the y2ySyncCronJob
    • setY2ySyncCronJob

      public void setY2ySyncCronJob(Y2YSyncCronJob value)
      Generated method - Setter of the Y2YDistributedProcess.y2ySyncCronJob attribute.
      Parameters:
      value - the y2ySyncCronJob