Class AgentAssignmentListItem


  • public final class AgentAssignmentListItem
    extends java.lang.Object
    This class represents a row in the Agent assignment list in the system overview.
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentAssignmentListItem​(org.w3c.dom.Element row)
      Internal use only.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getID()  
      UC4ObjectName getName()
      Returns the name of the Agent assignment.
      java.lang.String getTitle()
      Returns the title on the header tab of the HSTA object.
      boolean isAgentActive()  
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentAssignmentListItem

        public AgentAssignmentListItem​(org.w3c.dom.Element row)
        Internal use only.
        Parameters:
        row - Element
    • Method Detail

      • getName

        public UC4ObjectName getName()
        Returns the name of the Agent assignment.
        Returns:
        Name of the HSTA object
      • getTitle

        public java.lang.String getTitle()
        Returns the title on the header tab of the HSTA object.
        Returns:
        Title of the HSTA object
      • getID

        public java.lang.String getID()
        Returns:
        ID
      • isValid

        public boolean isValid()
        Returns:
        true if this HSTA object is valid; false if it has been deleted or it is inactive.
      • isAgentActive

        public boolean isAgentActive()
        Returns:
        true if this HSTA object is active; false if it has been inactive.