Interface AbstractGhantChartManagerImpl.StepMapping<T>

Type Parameters:
T - the generic type
Enclosing class:
AbstractGhantChartManagerImpl<T>

public static interface AbstractGhantChartManagerImpl.StepMapping<T>
The Interface StepMapping.
  • Method Details

    • getBackgroundColor

      String getBackgroundColor(T t)
      Gets the background color.
      Parameters:
      t - the t
      Returns:
      the background color
    • getFirstName

      Object getFirstName(T assignmentData)
      Gets the first name.
      Parameters:
      assignmentData - the assignment data
      Returns:
      the first name
    • getFromDate

      Date getFromDate(T t)
      Gets the from date.
      Parameters:
      t - the t
      Returns:
      the from date
    • getLastName

      Object getLastName(T assignmentData)
      Gets the last name.
      Parameters:
      assignmentData - the assignment data
      Returns:
      the last name
    • getOrg

      String getOrg(T t)
      Gets the org.
      Parameters:
      t - the t
      Returns:
      the org
    • getParty

      String getParty(T t)
      Gets the party.
      Parameters:
      t - the t
      Returns:
      the party
    • getRoleCode

      String getRoleCode(T t)
      Gets the role code.
      Parameters:
      t - the t
      Returns:
      the role code
    • getToDate

      Date getToDate(T t)
      Gets the to date.
      Parameters:
      t - the t
      Returns:
      the to date