Class SystemCommunicationBarringServiceProviderServiceProviderTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemCommunicationBarringServiceProviderServiceProviderTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemCommunicationBarringServiceProviderServiceProviderTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the SystemCommunicationBarringServiceProviderGetCriteriaUsageListRequest. The response contains a table of all Service Providers that use the specific Communication Barring criteria. The column headings are "Service Provider Id", "Service Provider Name" and "Is Enterprise"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetServiceProvider(BroadWorksServer broadWorksServer) inthashCode()voidsetIsEnterprise(String isEnterprise) voidsetServiceProviderId(String serviceProviderId) voidsetServiceProviderName(String serviceProviderName) toString()
-
Constructor Details
-
SystemCommunicationBarringServiceProviderServiceProviderTableRow
public SystemCommunicationBarringServiceProviderServiceProviderTableRow()
-
-
Method Details
-
getServiceProviderId
-
setServiceProviderId
-
getServiceProviderName
-
setServiceProviderName
-
getIsEnterprise
-
setIsEnterprise
-
getServiceProvider
-
getFromNode
public static SystemCommunicationBarringServiceProviderServiceProviderTableRow 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<SystemCommunicationBarringServiceProviderServiceProviderTableRow> 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
-
hashCode
public int hashCode() -
toString
-