Class AgentListEntry

java.lang.Object
step.controller.grid.services.AgentListEntry

public class AgentListEntry extends Object
  • Constructor Details

    • AgentListEntry

      public AgentListEntry()
    • AgentListEntry

      public AgentListEntry(step.grid.AgentRef agentRef, List<step.grid.TokenWrapper> tokens)
  • Method Details

    • getAgentRef

      public step.grid.AgentRef getAgentRef()
    • setAgentRef

      public void setAgentRef(step.grid.AgentRef agentRef)
    • getTokens

      public List<step.grid.TokenWrapper> getTokens()
    • setTokens

      public void setTokens(List<step.grid.TokenWrapper> tokens)
    • getTokensCapacity

      public step.grid.reports.TokenGroupCapacity getTokensCapacity()
    • setTokensCapacity

      public void setTokensCapacity(step.grid.reports.TokenGroupCapacity tokensCapacity)