Class Y2YDistributedProcessModel

All Implemented Interfaces:
Serializable

public class Y2YDistributedProcessModel extends DistributedProcessModel
Generated model class for type Y2YDistributedProcess first defined at extension y2ysync.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String BATCHSIZE
      Generated constant - Attribute key of Y2YDistributedProcess.batchSize attribute defined at extension y2ysync.
      See Also:
    • Y2YSYNCCRONJOB

      public static final String Y2YSYNCCRONJOB
      Generated constant - Attribute key of Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync.
      See Also:
  • Constructor Details

    • Y2YDistributedProcessModel

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

      public Y2YDistributedProcessModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • Y2YDistributedProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)
      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 DistributedProcess at extension processing
      _currentExecutionId - initial attribute declared by type DistributedProcess at extension processing
      _state - initial attribute declared by type DistributedProcess at extension processing
      _y2ySyncCronJob - initial attribute declared by type Y2YDistributedProcess at extension y2ysync
    • Y2YDistributedProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)
      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:
      _batchSize - initial attribute declared by type Y2YDistributedProcess at extension y2ysync
      _code - initial attribute declared by type DistributedProcess at extension processing
      _currentExecutionId - initial attribute declared by type DistributedProcess at extension processing
      _handlerBeanId - initial attribute declared by type DistributedProcess at extension processing
      _nodeGroup - initial attribute declared by type DistributedProcess at extension processing
      _owner - initial attribute declared by type Item at extension core
      _state - initial attribute declared by type DistributedProcess at extension processing
      _y2ySyncCronJob - initial attribute declared by type Y2YDistributedProcess at extension y2ysync
  • Method Details

    • getBatchSize

      @Accessor(qualifier="batchSize", type=GETTER) public int getBatchSize()
      Generated method - Getter of the Y2YDistributedProcess.batchSize attribute defined at extension y2ysync.
      Returns:
      the batchSize
    • getY2ySyncCronJob

      @Accessor(qualifier="y2ySyncCronJob", type=GETTER) public Y2YSyncCronJobModel getY2ySyncCronJob()
      Generated method - Getter of the Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync.
      Returns:
      the y2ySyncCronJob
    • setBatchSize

      @Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(int value)
      Generated method - Initial setter of Y2YDistributedProcess.batchSize attribute defined at extension y2ysync. Can only be used at creation of model - before first save.
      Parameters:
      value - the batchSize
    • setY2ySyncCronJob

      @Accessor(qualifier="y2ySyncCronJob", type=SETTER) public void setY2ySyncCronJob(Y2YSyncCronJobModel value)
      Generated method - Setter of Y2YDistributedProcess.y2ySyncCronJob attribute defined at extension y2ysync.
      Parameters:
      value - the y2ySyncCronJob