Class SystemEndpointEndpointTableRow

java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemEndpointEndpointTableRow
All Implemented Interfaces:
BroadWorksTableRow, Serializable

public class SystemEndpointEndpointTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemEndpointGetListRequest. The column headings for the endpointTable are: "Organization Id", "Organization Type", "Group Id", "Line/Port", "Last Name","First Name", "User Id", "User Type", "Phone Number", "Extension", "Device Type", "Device Name", "Net Address", "MAC Address", "Department", "Email Address", "Reseller Id". Possible values for User Type are "User", "CCBasic", "CCStandard", "CCPremium", "RP", "MOH", "MOHVideo". The following columns are only returned in AS data mode: "Reseller Id"
Author:
AlpacaGenerator
See Also:
  • Constructor Details

    • SystemEndpointEndpointTableRow

      public SystemEndpointEndpointTableRow()
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
    • setOrganizationId

      public void setOrganizationId(String organizationId)
    • getOrganizationType

      public String getOrganizationType()
    • setOrganizationType

      public void setOrganizationType(String organizationType)
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getLinePort

      public String getLinePort()
    • setLinePort

      public void setLinePort(String linePort)
    • getLastName

      public String getLastName()
    • setLastName

      public void setLastName(String lastName)
    • getFirstName

      public String getFirstName()
    • setFirstName

      public void setFirstName(String firstName)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getUserType

      public String getUserType()
    • setUserType

      public void setUserType(String userType)
    • getPhoneNumber

      public String getPhoneNumber()
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • getExtension

      public String getExtension()
    • setExtension

      public void setExtension(String extension)
    • getDeviceType

      public String getDeviceType()
    • setDeviceType

      public void setDeviceType(String deviceType)
    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String deviceName)
    • getNetAddress

      public String getNetAddress()
    • setNetAddress

      public void setNetAddress(String netAddress)
    • getMACAddress

      public String getMACAddress()
    • setMACAddress

      public void setMACAddress(String mACAddress)
    • getDepartment

      public String getDepartment()
    • setDepartment

      public void setDepartment(String department)
    • getEmailAddress

      public String getEmailAddress()
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • getResellerId

      public String getResellerId()
    • setResellerId

      public void setResellerId(String resellerId)
    • getUser

      public User getUser(BroadWorksServer broadWorksServer)
    • getFromNode

      Creates the OCI Table Row with the given Node
      Parameters:
      n - The Node to parse for the OCI Table
    • getFromNodeArray

      public static List<SystemEndpointEndpointTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
      Creates the OCI Table Type Array with the given NodeArray
      Parameters:
      nodeArray - The NodeArray to parse for the OCI Table
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object