Class GeneratedY2YDistributedProcess

    • Field Detail

      • BATCHSIZE

        public static final java.lang.String BATCHSIZE
        Qualifier of the Y2YDistributedProcess.batchSize attribute
        See Also:
        Constant Field Values
      • Y2YSYNCCRONJOB

        public static final java.lang.String Y2YSYNCCRONJOB
        Qualifier of the Y2YDistributedProcess.y2ySyncCronJob attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedY2YDistributedProcess

        public GeneratedY2YDistributedProcess()
    • Method Detail

      • getBatchSize

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

        public java.lang.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,
                                    java.lang.Integer value)
        Generated method - Setter of the Y2YDistributedProcess.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        protected void setBatchSize​(java.lang.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