Class CisFraudReportCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CisFraudReportCronJobModel
    extends CronJobModel
    Generated model class for type CisFraudReportCronJob first defined at extension cispayment.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • LASTFRAUDREPORTENDTIME

        public static final java.lang.String LASTFRAUDREPORTENDTIME
        Generated constant - Attribute key of CisFraudReportCronJob.lastFraudReportEndTime attribute defined at extension cispayment.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CisFraudReportCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CisFraudReportCronJobModel​(JobModel _job)
        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:
        _job - initial attribute declared by type CronJob at extension processing
      • CisFraudReportCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CisFraudReportCronJobModel​(JobModel _job,
                                          ItemModel _owner)
        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:
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getLastFraudReportEndTime

        @Accessor(qualifier="lastFraudReportEndTime",
                  type=GETTER)
        public java.util.Date getLastFraudReportEndTime()
        Generated method - Getter of the CisFraudReportCronJob.lastFraudReportEndTime attribute defined at extension cispayment.
        Returns:
        the lastFraudReportEndTime - Used to keep track of the last end date sent for the Fraud Report Update
      • setLastFraudReportEndTime

        @Accessor(qualifier="lastFraudReportEndTime",
                  type=SETTER)
        public void setLastFraudReportEndTime​(java.util.Date value)
        Generated method - Setter of CisFraudReportCronJob.lastFraudReportEndTime attribute defined at extension cispayment.
        Parameters:
        value - the lastFraudReportEndTime - Used to keep track of the last end date sent for the Fraud Report Update