Class BODataCollectionTableNodeConversion

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

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

    • BODataCollectionTableNodeConversion

      public BODataCollectionTableNodeConversion()
  • Method Details

    • getId

      public Long getId()
      Returns the data collection table node conversion log id.
      Returns:
      the data collection table node conversion log id
    • setId

      public void setId(Long id)
      Sets the data collection table node conversion log id.
      Parameters:
      id - the data collection table node conversion log 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.
    • getSourceTableNode

      public Long getSourceTableNode()
      Returns the data collection table node conversion log source table node id.
      Returns:
      the source table node id
    • setSourceTableNode

      public void setSourceTableNode(Long sourceTableNode)
      Sets the data collection table node conversion log source table node id.
      Parameters:
      sourceTableNode - the source table node id.
    • getDestinationOptionGroup

      public Long getDestinationOptionGroup()
      Returns the data collection table node conversion log destination option group id.
      Returns:
      the destination option group id
    • setDestinationOptionGroup

      public void setDestinationOptionGroup(Long destinationOptionGroup)
      Sets the data collection table node conversion log destination option group id.
      Parameters:
      destinationOptionGroup - the option group id.
    • 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: