Class AgentDetailInfo


  • public abstract class AgentDetailInfo
    extends Object
    Author:
    Eugene Petrenko Created: 09.03.2010 17:30:34
    • Constructor Detail

      • AgentDetailInfo

        public AgentDetailInfo​(int id,
                               String caption,
                               String poolName,
                               boolean isAuthorized,
                               boolean isRegistered,
                               boolean isAgentType,
                               Map<String,​String> urlParams)
    • Method Detail

      • getId

        public int getId()
        id of the agent or agent type
        Returns:
      • getCaption

        @NotNull
        public String getCaption()
      • getPoolName

        @NotNull
        public String getPoolName()
      • isAuthorized

        public boolean isAuthorized()
      • isRegistered

        public boolean isRegistered()
      • isAgentType

        public boolean isAgentType()
      • getUrlParameters

        @NotNull
        public String getUrlParameters()