Class ProjectHeaderSearchFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.projects.bl.header.event.ProjectHeaderSearchFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class ProjectHeaderSearchFilter extends DynO
Business object representing a search filter for the BOProjectHeader entity.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • ProjectHeaderSearchFilter

      public ProjectHeaderSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
    • setId

      public void setId(Collection<Long> id)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getTypeId

      public Collection<Long> getTypeId()
    • setTypeId

      public void setTypeId(Collection<Long> typeId)
    • getStatusId

      public Collection<Long> getStatusId()
    • setStatusId

      public void setStatusId(Collection<Long> statusId)
    • getUserStatusId

      public Collection<Long> getUserStatusId()
    • setUserStatusId

      public void setUserStatusId(Collection<Long> userStatusId)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getEarlyStartDate

      public Date getEarlyStartDate()
    • setEarlyStartDate

      public void setEarlyStartDate(Date earlyStartDate)
    • getLateEndDate

      public Date getLateEndDate()
    • setLateEndDate

      public void setLateEndDate(Date lateEndDate)
    • getCreationDate

      public Date getCreationDate()
    • setCreationDate

      public void setCreationDate(Date creationDate)