Class AttestationProcessDefinitionVO

java.lang.Object
com.thortech.xl.vo.AttestationProcessDefinitionVO
All Implemented Interfaces:
Serializable

public class AttestationProcessDefinitionVO extends Object implements Serializable
Value object to store the attestation process definition
Author:
asmaram
See Also:
  • Field Details

  • Constructor Details

    • AttestationProcessDefinitionVO

      public AttestationProcessDefinitionVO()
  • Method Details

    • getProcessCode

      public String getProcessCode()
      Returns the Attestation Process Code
      Returns:
      the code of the attestation process
    • setProcessCode

      public void setProcessCode(String processCode)
      Sets the Attestation Process Code
      Parameters:
      processCode - attestation process code
    • getProcessName

      public String getProcessName()
      Returns the Attestation Process Name
      Returns:
      the name of the attestation process
    • setProcessName

      public void setProcessName(String processName)
      Sets the Attestation Process Name
      Parameters:
      processName - attestation process name to set
    • getProcessOwner

      public String getProcessOwner()
      Returns the Attestation Process Owner Group Name
      Returns:
      the attestation process owner
    • setProcessOwner

      public void setProcessOwner(String processOwner)
      Sets the Attestation process owner
      Parameters:
      processOwner - , group name that should be set as attestation process owner
    • getProcessScheduleFrequency

      public int getProcessScheduleFrequency()
      Returns the Attestation Process Schedule Frequency
      Returns:
      the attestation process schedule frequency
    • setProcessScheduleFrequency

      public void setProcessScheduleFrequency(int processScheduleFrequency)
      Sets the Attestation Process Schedule Frequency
      Parameters:
      processScheduleFrequency - schedule frequency to be set on the attestation process definition
    • getProcessScheduleType

      public String getProcessScheduleType()
      Returns the Attestation Process Schedule Frequency Type. Returned value will be Once/DefinedDays/DefinedMonths/DefinedYears
      Returns:
      the Attestation schedule frequency type
    • setProcessScheduleType

      public void setProcessScheduleType(String processScheduleType)
      Sets the Attestation Process Schedule Frequency Type
      Parameters:
      processScheduleType - Supported frequency type values are Once/DefinedDays/DefinedMonths/DefinedYears
    • isProcessSendMailToOwner

      public boolean isProcessSendMailToOwner()
      Returns if the attestation process is configured to send emails to owners incase of declined records
      Returns:
      if the process is configured to send emails to owner or not
    • setProcessSendMailToOwner

      public void setProcessSendMailToOwner(boolean processSendMailToOwner)
      Sets if emails should be sent to Attestation Process Owner about declined attestation records
      Parameters:
      processSendMailToOwner -
    • getProcessStartTime

      public String getProcessStartTime()
      Returns the Attestation Process Start Time
      Returns:
      the attestation process start time
    • setProcessStartTime

      public void setProcessStartTime(String processStartTime)
      Sets the time at which the Attestation Process should be kicked off by scheduler for the first time
      Parameters:
      processStartTime - process start time to be set
    • getReviewerType

      public String getReviewerType()
      Returns the Attestation Process Reviewer Type. Returned value will be Specific User/User Manager
      Returns:
      the attestation process reviewer type
    • setReviewerType

      public void setReviewerType(String reviewerType)
      Sets the Attestation Process Reviewer Type
      Parameters:
      reviewerType - supported values are Specific User/User Manager
    • getProcessNextStartTime

      public Date getProcessNextStartTime()
      Returns the Attestation Process next start time
      Returns:
      the process next start time
    • setProcessNextStartTime

      public void setProcessNextStartTime(Date processNextStartTime)
      Sets the process next start time
      Parameters:
      processNextStartTime - value to be set as attestation process next start time
    • getProcessDescription

      public String getProcessDescription()
      Returns the Attestation Process Description
      Returns:
      the attestation process description
    • setProcessDescription

      public void setProcessDescription(String processDescription)
      Sets the Attestation Process Description
      Parameters:
      processDescription - attestation process description value to be set
    • getProcessStatus

      public String getProcessStatus()
      Returns the Attestation Process Status. Returned values will be Active/Disabled/Deleted
      Returns:
      the attestation process status
    • setProcessStatus

      public void setProcessStatus(String processStatus)
      Sets the Attestation Process Status
      Parameters:
      processStatus - attestation process status value to be set
    • getProcessKey

      public long getProcessKey()
      Returns the Attestation Process definition Key
      Returns:
      the attestation process key
    • setProcessKey

      public void setProcessKey(long processKey)
      Sets the Attestation Process Key
      Parameters:
      processKey - attestation process key
    • getProcessLastCompletedTime

      public Date getProcessLastCompletedTime()
      Returns the Attestation Process Last Completed Time
      Returns:
      attestation process last completed time
    • setProcessLastCompletedTime

      public void setProcessLastCompletedTime(Date processLastCompletedTime)
      Sets the Attestation Process Last Completed Time
      Parameters:
      processLastCompletedTime - process last completed value to be set
    • getProcessLastStartTime

      public Date getProcessLastStartTime()
      Returns the Attestation Process Last Start Time
      Returns:
      attestation process last start time
    • setProcessLastStartTime

      public void setProcessLastStartTime(Date processLastStartTime)
      Sets the Attestation process Last Start Time
      Parameters:
      processLastStartTime - process last start time value to be set
    • getResourceScope

      public ArrayList getResourceScope()
      Provides List of resources in scope of given attestation process definition
      Returns:
      List of resources in scope of given attestation process definition
    • setResourceScope

      public void setResourceScope(ArrayList resourceScope)
      Sets List of resources in scope of given attestation process definition
      Parameters:
      resourceScope - List of resources in scope of given attestation process definition
    • getUserScope

      public ArrayList getUserScope()
      Provides List of users in scope of given attestation process definition
      Returns:
      List of users in scope of given attestation process definition
    • setUserScope

      public void setUserScope(ArrayList userScope)
      Sets List of users in scope of given attestation process definition
      Parameters:
      userScope - List of users in scope of given attestation process definition
    • getReviewerParameter

      public String getReviewerParameter()
      Provides value of the reviewer
      Returns:
      Value of the reviewer
    • setReviewerParameter

      public void setReviewerParameter(String reviewerParameter)
      Sets value of the reviewer
      Parameters:
      reviewerParameter - Value of the reviewer
    • getProcessGracePeriod

      public int getProcessGracePeriod()
      Provides attestation process's grace period
      Returns:
      Attestation process's grace period
    • setProcessGracePeriod

      public void setProcessGracePeriod(int processGracePeriod)
      Sets attestation process's grace period
      Parameters:
      processGracePeriod - Attestation process's grace period
    • getReviewerFirstName

      public String getReviewerFirstName()
      Provides first name of reviewer
      Returns:
      First name of reviewer
    • setReviewerFirstName

      public void setReviewerFirstName(String reviewerFirstName)
      Sets first name of reviewer
      Parameters:
      reviewerFirstName - First name of reviewer
    • getReviewerLastName

      public String getReviewerLastName()
      Provides last name of reviewer
      Returns:
      Last name of reviewer
    • setReviewerLastName

      public void setReviewerLastName(String reviewerLastName)
      Sets last name of reviewer
      Parameters:
      reviewerLastName - Last name of reviewer