Class DTODataCollectionSheetFilter

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

public class DTODataCollectionSheetFilter extends DynO
DTO used as data collection sheet search filter.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionSheetFilter

      public DTODataCollectionSheetFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Returns the data collection sheet id filter.
      Returns:
      the id
    • setId

      public final void setId(Collection<Long> id)
      Sets the data collection sheet id filter.
      Parameters:
      id - the new id
    • getStatusId

      public Collection<Long> getStatusId()
      Returns the data collection sheet status id filter.
      Returns:
      the status id
    • getState

      public Collection<Long> getState()
      Returns the data collection sheet status id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the state id
    • setStateId

      public void setStateId(Collection<Long> statusId)
      Sets the data collection sheet status id filter.
      Parameters:
      statusId - the status id
    • getCode

      public Collection<String> getCode()
      Returns the data collection sheet code filter.
      Returns:
      the code
    • setCode

      public void setCode(Collection<String> code)
      Sets the data collection sheet code filter.
      Parameters:
      code - the code
    • getDescription

      public LocalizedString getDescription()
      Returns the data collection sheet description filter.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the data collection sheet description filter.
      Parameters:
      description - the description
    • getCreationDate

      public ZonedDateTimeRange getCreationDate()
      Returns the data collection sheet creation date range filter.
      Returns:
      the creation date range
    • setCreationDate

      public void setCreationDate(ZonedDateTimeRange creationDate)
      Sets the data collection sheet creation date range filter.
      Parameters:
      creationDate - the creation date range
    • getCreationUserId

      public Collection<Long> getCreationUserId()
      Returns the data collection sheet creation user id filter.
      Returns:
      the creation user id
    • getCreationUsers

      public Collection<Long> getCreationUsers()
      Returns the data collection sheet creation user id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the creation user id
    • setCreationUserId

      public void setCreationUserId(Collection<Long> creationUserId)
      Sets the data collection sheet creation user id filter.
      Parameters:
      creationUserId - the creation user id
    • getLastModifiedDate

      public ZonedDateTimeRange getLastModifiedDate()
      Returns the data collection sheet last modified date range filter.
      Returns:
      the last modified date range
    • setLastModifiedDate

      public void setLastModifiedDate(ZonedDateTimeRange lastModifiedDate)
      Sets the data collection sheet last modified date range filter.
      Parameters:
      lastModifiedDate - the last modified date range
    • getLastModifiedUserId

      public Collection<Long> getLastModifiedUserId()
      Returns the data collection sheet last modified user id filter.
      Returns:
      the last modified user id
    • getLastModifiedUsers

      public Collection<Long> getLastModifiedUsers()
      Returns the data collection sheet last modified user id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the last modified user id
    • setLastModifiedUserId

      public void setLastModifiedUserId(Collection<Long> lastModifiedUserId)
      Sets the data collection sheet last modified user id filter.
      Parameters:
      lastModifiedUserId - the last modified user id
    • getWorkOrderOperationId

      public Collection<Long> getWorkOrderOperationId()
      Returns the data collection sheet work order operation id filter.
      Returns:
      the work order operation id
    • getWoOperation

      public Collection<Long> getWoOperation()
      Returns the data collection sheet work order operation id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the work order operation id
    • setWorkOrderOperationId

      public void setWorkOrderOperationId(Collection<Long> woOperationId)
      Sets the data collection sheet work order operation id filter.
      Parameters:
      woOperationId - the work order operation id
    • getScopeId

      public Collection<Long> getScopeId()
      Returns the data collection sheet scope id filter.
      Returns:
      the scope id
    • getScope

      public Collection<Long> getScope()
      Returns the data collection sheet scope id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the scope id
    • setScopeId

      public void setScopeId(Collection<Long> scopeId)
      Sets the data collection sheet scope id filter.
      Parameters:
      scopeId - the scope id
    • getOperationCenterId

      public Collection<Long> getOperationCenterId()
      Returns the data collection sheet operation center id filter.
      Returns:
      the operation center id
    • getOperationCenter

      public Collection<Long> getOperationCenter()
      Returns the data collection sheet operation center id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the operation center id
    • setOperationCenterId

      public void setOperationCenterId(Collection<Long> operationCenterId)
      Sets the data collection sheet operation center id filter.
      Parameters:
      operationCenterId - the operation center id
    • getWoCreationRuleId

      public Collection<Long> getWoCreationRuleId()
      Returns the data collection sheet work order creation rule id filter.
      Returns:
      the work order creation rule id
    • getWoCreationRule

      public Collection<Long> getWoCreationRule()
      Returns the data collection sheet work order creation rule id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the work order creation rule id
    • setWoCreationRuleId

      public void setWoCreationRuleId(Collection<Long> woCreationRuleId)
      Sets the data collection sheet work order creation rule id filter.
      Parameters:
      woCreationRuleId - the work order creation rule id
    • getLockSheet

      public Boolean getLockSheet()
      Returns the data collection sheet lock sheet filter.
      Returns:
      the lock sheet
    • setLockSheet

      public void setLockSheet(Boolean lockSheet)
      Sets the data collection sheet lock sheet filter.
      Parameters:
      lockSheet - the lock sheet
    • getUnlockSheet

      public Boolean getUnlockSheet()
      Returns the data collection sheet unlock sheet filter.
      Returns:
      the unlock sheet
    • setUnlockSheet

      public void setUnlockSheet(Boolean unlockSheet)
      Sets the data collection sheet unlock sheet filter.
      Parameters:
      unlockSheet - the unlock sheet
    • getEnableSheetLock

      public Boolean getEnableSheetLock()
      Returns the data collection sheet enable sheet lock filter.
      Returns:
      the enable sheet lock
    • setEnableSheetLock

      public void setEnableSheetLock(Boolean enableSheetLock)
      Sets the data collection sheet enable sheet lock filter.
      Parameters:
      enableSheetLock - the enable sheet lock
    • getUnlockUserRequesterId

      public Collection<Long> getUnlockUserRequesterId()
      Returns the data collection sheet unlock user requester id filter.
      Returns:
      the unlock user requester id
    • getUnlockUserRequester

      public Collection<Long> getUnlockUserRequester()
      Returns the data collection sheet unlock user requester id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the unlock user requester id
    • setUnlockUserRequesterId

      public void setUnlockUserRequesterId(Collection<Long> unlockUserRequesterId)
      Sets the data collection sheet unlock user requester id filter.
      Parameters:
      unlockUserRequesterId - the unlock user requester id
    • getAccount

      public Collection<Long> getAccount()
      Returns the data collection sheet account id filter.
      Returns:
      the account id
    • getAccountId

      public Collection<Long> getAccountId()
      Returns the data collection sheet account id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the account id
    • setAccount

      public void setAccount(Collection<Long> account)
      Sets the data collection sheet account id filter.
      Parameters:
      account - the account id
    • getAsset

      public Collection<Long> getAsset()
      Returns the data collection sheet asset id filter.
      Returns:
      the asset id
    • getAssetId

      public Collection<Long> getAssetId()
      Returns the data collection sheet asset id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the asset id
    • setAsset

      public void setAsset(Collection<Long> asset)
      Sets the data collection sheet asset id filter.
      Parameters:
      asset - the asset id
    • getSchedulingUser

      public Collection<Long> getSchedulingUser()
      Returns the data collection sheet scheduling user id filter.
      Returns:
      the scheduling user id
    • getSchedulingUserId

      public Collection<Long> getSchedulingUserId()
      Returns the data collection sheet scheduling user id filter. (for M2Mapper compatibility with DataCollectionSheetSearchFilter).
      Returns:
      the scheduling user id
    • setSchedulingUserId

      public void setSchedulingUserId(Collection<Long> schedulingUserId)
      Sets the data collection sheet scheduling user id filter.
      Parameters:
      schedulingUserId - the scheduling user id