Class FileProcessingLog

    • Constructor Detail

      • FileProcessingLog

        public FileProcessingLog()
    • Method Detail

      • getUrid

        public java.lang.String getUrid()
        Description copied from class: BasicStorable
        Returns the URID where this Storable has been created (ie return the urid of this id). Return an empty String, if id is null
        Overrides:
        getUrid in class BasicStorable
        Returns:
        the URID where this Storable has been created
      • setUrid

        public void setUrid​(java.lang.String urid)
      • getRepository

        public java.lang.String getRepository()
      • setRepository

        public void setRepository​(java.lang.String repository)
      • getDuration

        public long getDuration()
      • setDuration

        public void setDuration​(long duration)
      • getFilename

        public java.lang.String getFilename()
      • setFilename

        public void setFilename​(java.lang.String filename)
      • getComponent

        public java.lang.String getComponent()
      • setComponent

        public void setComponent​(java.lang.String component)
      • getProcessingTypeEnum

        public ProcessingType getProcessingTypeEnum()
      • setProcessingType

        public void setProcessingType​(ProcessingType type)
      • getProcessingType

        public int getProcessingType()
      • setProcessingType

        public void setProcessingType​(int type)
      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)
      • getStatus

        public int getStatus()
      • setStatus

        public void setStatus​(int status)
      • setUdate

        public void setUdate​(java.util.Date udate)
        Set the date of last major update.
        Parameters:
        udate - the date
      • getUdate

        public java.util.Date getUdate()
        Returns the date of last major update.
        Returns:
        the date of last major update.
      • setAttempt

        public void setAttempt​(java.lang.Integer attempt)
        Set the number of attempt performed for this processing
        Parameters:
        attempt - a number
        Since:
        JCMS-5445
      • getAttempt

        public int getAttempt()
        Returns the number of attempt performed to reach this processing state.
        Returns:
        a number of attempt
        Since:
        JCMS-5445
      • incrementAttempt

        public void incrementAttempt()
        Increment (by one) the number of attempt performed.
        Since:
        JCMS-5445
      • logTrace

        public void logTrace()
        Add trace level loggin with all details regarding this FileProcessingLog.