Class Task

java.lang.Object
com.maplander.backend.repository.model_table.opibackenddata.Task

@Entity public class Task extends Object
  • Constructor Details

  • Method Details

    • toModel

      public Task toModel()
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getOffice

      public Office getOffice()
    • setOffice

      public void setOffice(Office office)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getTaskName

      public String getTaskName()
    • setTaskName

      public void setTaskName(String taskName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDueDate

      public Date getDueDate()
    • setDueDate

      public void setDueDate(Date dueDate)
    • getLongDate

      public Long getLongDate()
    • setLongDate

      public void setLongDate(Long longDate)
    • getAssessorId

      public Long getAssessorId()
    • setAssessorId

      public void setAssessorId(Long assessorId)
    • getAssessor

      public User getAssessor()
    • getClient

      public Client getClient()
    • setClient

      public void setClient(Client client)
    • getClientId

      public Long getClientId()
    • setClientId

      public void setClientId(Long clientId)
    • getProperty

      public Property getProperty()
    • setProperty

      public void setProperty(Property property)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getStatus

      public TaskEnum getStatus()
    • setStatus

      public void setStatus(TaskEnum status)
    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getNextEntry

      public Long getNextEntry()
    • setNextEntry

      public void setNextEntry(Long nextEntry)
    • getLead

      public Lead getLead()
    • setLead

      public void setLead(Lead lead)
    • getLeadId

      public Long getLeadId()
    • setLeadId

      public void setLeadId(Long leadId)
    • getTaskType

      public TaskTypeEnum getTaskType()
    • setTaskType

      public void setTaskType(TaskTypeEnum taskType)
    • getFollowType

      public FollowTypeEnum getFollowType()
    • setFollowType

      public void setFollowType(FollowTypeEnum followType)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getCloudTaskName

      public String getCloudTaskName()
    • setCloudTaskName

      public void setCloudTaskName(String cloudTaskName)