Class BOWorkOrderTeamAffinity

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.workorder.teamaffinity.BOWorkOrderTeamAffinity
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWorkOrderTeamAffinity extends DynO
Business object representing the work order affinity with a team.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkOrderTeamAffinity

      public BOWorkOrderTeamAffinity()
  • Method Details

    • getWorkOrder

      public Long getWorkOrder()
      Returns the work order id.
      Returns:
      the work order id
      See Also:
    • setWorkOrder

      public void setWorkOrder(Long workOrder)
      Sets the work order id.
      Parameters:
      workOrder - the work order id
      See Also:
    • getWorkOrderOperation

      public Long getWorkOrderOperation()
      Returns the work order operation id.
      Returns:
      the work order operation id
      See Also:
    • setWorkOrderOperation

      public void setWorkOrderOperation(Long workOrderOperation)
      Sets the work order operation id.
      Parameters:
      workOrderOperation - the work order operation id
      See Also:
    • getTeamMembers

      public String getTeamMembers()
      Returns the team members.
      Returns:
      the team members
    • getTeamMembersLongSet

      public LongSet getTeamMembersLongSet()
      Returns the team members as LongSet.
      Returns:
      the team members LongSet
    • setTeamMembers

      public void setTeamMembers(String teamMembers)
      Sets the team members.
      Parameters:
      teamMembers - the team members
    • setTeamMembers

      public void setTeamMembers(LongSet teamMembers)
      Sets the team members.
      Parameters:
      teamMembers - the team members
    • getAffinity

      public Double getAffinity()
      Returns the affinity.
      Returns:
      the affinity
    • setAffinity

      public void setAffinity(Double affinity)
      Sets the affinity.
      Parameters:
      affinity - the affinity
    • getRanking

      public Long getRanking()
      Returns the ranking.
      Returns:
      the ranking
    • setRanking

      public void setRanking(Long ranking)
      Sets the ranking.
      Parameters:
      ranking - the ranking
    • getCreationDate

      public Date getCreationDate()
      Returns the creation date.
      Returns:
      the creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the creation date.
      Parameters:
      creationDate - the creation date