Class ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow extends Object implements BroadWorksTableRow, Serializable
This is the configuration parameters for shared call appearance service The endpointTable contains columns: "Device Level", "Device Name", "Device Type", "Line/Port", "SIP Contact", "Port Number". "Private Identity" . The "Device Level" column contains one of the AccessDeviceLevel enumerated constants. Port numbers are only used by devices with static line ordering.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow()
-
Method Summary
-
-
-
Method Detail
-
getDeviceLevel
public String getDeviceLevel()
-
setDeviceLevel
public void setDeviceLevel(String deviceLevel)
-
getDeviceName
public String getDeviceName()
-
setDeviceName
public void setDeviceName(String deviceName)
-
getDeviceType
public String getDeviceType()
-
setDeviceType
public void setDeviceType(String deviceType)
-
getLinePort
public String getLinePort()
-
setLinePort
public void setLinePort(String linePort)
-
getSipContact
public String getSipContact()
-
setSipContact
public void setSipContact(String sipContact)
-
getPortNumber
public String getPortNumber()
-
setPortNumber
public void setPortNumber(String portNumber)
-
getPrivateIdentity
public String getPrivateIdentity()
-
setPrivateIdentity
public void setPrivateIdentity(String privateIdentity)
-
getFromNode
public static ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow> 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
-
-