Class BODataCollectionTemplateConversionSubset

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

public class BODataCollectionTemplateConversionSubset extends DynO
Business object representing a data collection template conversion subset table.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataCollectionTemplateConversionSubset

      public BODataCollectionTemplateConversionSubset()
  • Method Details

    • getId

      public Long getId()
      Get the subset id.
      Returns:
      the subset id.
    • setId

      public void setId(Long id)
      Set the subset id.
      Parameters:
      id - the subset 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.
    • getSourceTemplate

      public Long getSourceTemplate()
      Returns the source template id.
      Returns:
      the source template id
    • setSourceTemplate

      public void setSourceTemplate(Long sourceTemplate)
      Sets the source template id.
      Parameters:
      sourceTemplate - the source template id.