Class BODataCollectionSheetConversion

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.BODataCollectionSheetConversion
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BODataCollectionSheetConversion extends DynO
Business object representing a data collection sheet conversion result
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataCollectionSheetConversion

      public BODataCollectionSheetConversion()
  • Method Details

    • getId

      public Long getId()
      Get the data collection sheet conversion id.
      Returns:
      the data collection sheet conversion id
    • setId

      public void setId(Long id)
      Set the data collection sheet conversion id.
      Parameters:
      id - the data collection sheet conversion id
    • getCompany

      public Long getCompany()
      Returns the company id.
      Returns:
      the company id.
    • setCompany

      public void setCompany(Long company)
      Sets the company id.
      Parameters:
      company - the company id.
    • getSourceSheetVersion

      public Long getSourceSheetVersion()
      Get the source sheet version.
      Returns:
      the source sheet version
    • setSourceSheetVersion

      public void setSourceSheetVersion(Long sourceSheetVersion)
      Set the source sheet version.
      Parameters:
      sourceSheetVersion - the source sheet version
    • getDestinationSheetStructure

      public Long getDestinationSheetStructure()
      Get the destination sheet structure.
      Returns:
      the destination sheet structure
    • setDestinationSheetStructure

      public void setDestinationSheetStructure(Long destinationSheetStructure)
      Set the destination sheet structure.
      Parameters:
      destinationSheetStructure - the destination sheet structure
    • getLogId

      public Long getLogId()
      Returns the WfmTaskLog id.
      Returns:
      the WfmTaskLog id
    • setLogId

      public void setLogId(Long logId)
      Sets WfmTaskLog id.
      Parameters:
      logId - the WfmTaskLog id.
    • getConversionDate

      public Date getConversionDate()
      Returns the conversion date
      Returns:
      the conversion date
    • setConversionDate

      public void setConversionDate(Date conversionDate)
      Sets the conversion date.
      Parameters:
      conversionDate - the conversion date.
    • getStatus

      public Long getStatus()
      Gets the result status.
      Returns:
      the status
      See Also:
    • setStatus

      public void setStatus(Long status)
      Sets the result status.
      Parameters:
      status - the status.
      See Also:
    • getTotalNodeNumber

      public Long getTotalNodeNumber()
      Get the sheet total nodes amount.
      Returns:
      the sheet total nodes amount
    • setTotalNodeNumber

      public void setTotalNodeNumber(Long totalNodeNumber)
      Set the sheet total nodes amount.
      Parameters:
      totalNodeNumber - the sheet total nodes amount
    • getWarningNodeNumber

      public Long getWarningNodeNumber()
      Get the number of node converted with a warning.
      Returns:
      the number of node converted with a warning
    • setWarningNodeNumber

      public void setWarningNodeNumber(Long warningNodeNumber)
      Set the number of node converted with a warning.
      Parameters:
      warningNodeNumber - the number of node converted with a warning
    • getErrorNodeNumber

      public Long getErrorNodeNumber()
      Get the number of nodes not converted due to an error.
      Returns:
      the number of nodes not converted due to an error
    • setErrorNodeNumber

      public void setErrorNodeNumber(Long errorNodeNumber)
      Set the number of nodes not converted due to an error.
      Parameters:
      errorNodeNumber - the number of nodes not converted due to an error