Class DTOResourceFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.resources.rs1.resource.DTOResourceFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@EntityRef(ResourceEntity.class) public class DTOResourceFilter extends DynO
DTO for filter resource.
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOResourceFilter

      public DTOResourceFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
    • setId

      public final void setId(Collection<Long> id)
    • getSurname

      public final String getSurname()
    • setSurname

      public final void setSurname(String surname)
    • getName

      public final String getName()
    • setName

      public final void setName(String name)
    • getBirthDate

      public final ZonedDateTimeRange getBirthDate()
    • setBirthDate

      public final void setBirthDate(ZonedDateTimeRange birthDate)
    • getEmail

      public final String getEmail()
    • setEmail

      public final void setEmail(String email)
    • getOperationCenter

      public final Collection<Long> getOperationCenter()
    • getOperationCenterId

      public final Collection<Long> getOperationCenterId()
    • setOperationCenterId

      public final void setOperationCenterId(Collection<Long> operationCenterId)
    • getMobilePhone

      public final String getMobilePhone()
    • setMobilePhone

      public final void setMobilePhone(String mobilePhone)
    • getStartAddress

      public final Collection<Long> getStartAddress()
    • getStartAddressId

      public final Collection<Long> getStartAddressId()
    • setStartAddressId

      public final void setStartAddressId(Collection<Long> startAddressId)
    • getEndAddress

      public final Collection<Long> getEndAddress()
    • getEndAddressId

      public final Collection<Long> getEndAddressId()
    • setEndAddressId

      public final void setEndAddressId(Collection<Long> endAddressId)
    • getIdentificationNumber

      public final Collection<String> getIdentificationNumber()
    • setIdentificationNumber

      public final void setIdentificationNumber(Collection<String> identificationNumber)
    • getResourceType

      public final Collection<Long> getResourceType()
    • getResourceTypeId

      public final Collection<Long> getResourceTypeId()
    • setResourceTypeId

      public final void setResourceTypeId(Collection<Long> resourceTypeId)
    • getColor

      public final String getColor()
    • setColor

      public final void setColor(String color)
    • getVehicle

      public final Collection<Long> getVehicle()
    • getVehicleId

      public final Collection<Long> getVehicleId()
    • setVehicleId

      public final void setVehicleId(Collection<Long> vehicleId)
    • getOrder

      public final Long getOrder()
    • setOrder

      public final void setOrder(Long order)
    • getSingleTeam

      public final Collection<Long> getSingleTeam()
    • getSingleTeamId

      public final Collection<Long> getSingleTeamId()
    • setSingleTeamId

      public final void setSingleTeamId(Collection<Long> singleTeamId)
    • getWorkCenter

      public final Collection<Long> getWorkCenter()
    • getWorkCenterId

      public final Collection<Long> getWorkCenterId()
    • setWorkCenterId

      public final void setWorkCenterId(Collection<Long> workCenterId)
    • getStartDate

      public final ZonedDateTimeRange getStartDate()
    • setStartDate

      public final void setStartDate(ZonedDateTimeRange startDate)
    • getEndDate

      public final ZonedDateTimeRange getEndDate()
    • setEndDate

      public final void setEndDate(ZonedDateTimeRange endDate)
    • getSecondaryIdentificationNumber

      public Collection<String> getSecondaryIdentificationNumber()
    • setSecondaryIdentificationNumber

      public void setSecondaryIdentificationNumber(Collection<String> secondaryIdentificationNumber)
    • getLoan

      public Boolean getLoan()
    • setLoan

      public void setLoan(Boolean loan)
    • getLoanSource

      public Collection<Long> getLoanSource()
    • getLoanSourceId

      public Collection<Long> getLoanSourceId()
    • setLoanSourceId

      public void setLoanSourceId(Collection<Long> loanSourceId)
    • getCopyCompetencies

      public Boolean getCopyCompetencies()
    • setCopyCompetencies

      public void setCopyCompetencies(Boolean copyCompetencies)