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
Business object representing a data collection sheet conversion result
- Since:
- 13.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the company id.Returns the conversion dateGet the destination sheet structure.Get the number of nodes not converted due to an error.getId()Get the data collection sheet conversion id.getLogId()Returns the WfmTaskLog id.Get the source sheet version.Gets the result status.Get the sheet total nodes amount.Get the number of node converted with a warning.voidsetCompany(Long company) Sets the company id.voidsetConversionDate(Date conversionDate) Sets the conversion date.voidsetDestinationSheetStructure(Long destinationSheetStructure) Set the destination sheet structure.voidsetErrorNodeNumber(Long errorNodeNumber) Set the number of nodes not converted due to an error.voidSet the data collection sheet conversion id.voidSets WfmTaskLog id.voidsetSourceSheetVersion(Long sourceSheetVersion) Set the source sheet version.voidSets the result status.voidsetTotalNodeNumber(Long totalNodeNumber) Set the sheet total nodes amount.voidsetWarningNodeNumber(Long warningNodeNumber) Set the number of node converted with a warning.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BODataCollectionSheetConversion
public BODataCollectionSheetConversion()
-
-
Method Details
-
getId
Get the data collection sheet conversion id.- Returns:
- the data collection sheet conversion id
-
setId
Set the data collection sheet conversion id.- Parameters:
id- the data collection sheet conversion id
-
getCompany
Returns the company id.- Returns:
- the company id.
-
setCompany
Sets the company id.- Parameters:
company- the company id.
-
getSourceSheetVersion
Get the source sheet version.- Returns:
- the source sheet version
-
setSourceSheetVersion
Set the source sheet version.- Parameters:
sourceSheetVersion- the source sheet version
-
getDestinationSheetStructure
Get the destination sheet structure.- Returns:
- the destination sheet structure
-
setDestinationSheetStructure
Set the destination sheet structure.- Parameters:
destinationSheetStructure- the destination sheet structure
-
getLogId
Returns the WfmTaskLog id.- Returns:
- the WfmTaskLog id
-
setLogId
Sets WfmTaskLog id.- Parameters:
logId- the WfmTaskLog id.
-
getConversionDate
Returns the conversion date- Returns:
- the conversion date
-
setConversionDate
Sets the conversion date.- Parameters:
conversionDate- the conversion date.
-
getStatus
Gets the result status.- Returns:
- the status
- See Also:
-
setStatus
Sets the result status.- Parameters:
status- the status.- See Also:
-
getTotalNodeNumber
Get the sheet total nodes amount.- Returns:
- the sheet total nodes amount
-
setTotalNodeNumber
Set the sheet total nodes amount.- Parameters:
totalNodeNumber- the sheet total nodes amount
-
getWarningNodeNumber
Get the number of node converted with a warning.- Returns:
- the number of node converted with a warning
-
setWarningNodeNumber
Set the number of node converted with a warning.- Parameters:
warningNodeNumber- the number of node converted with a warning
-
getErrorNodeNumber
Get the number of nodes not converted due to an error.- Returns:
- the number of nodes not converted due to an error
-
setErrorNodeNumber
Set the number of nodes not converted due to an error.- Parameters:
errorNodeNumber- the number of nodes not converted due to an error
-