Class ServiceProviderServicePackMigrationTaskGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderServicePackMigrationTaskGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ServiceProviderServicePackMigrationTaskGroupTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to ServiceProviderServicePackMigrationTaskGetAvailableGroupListRequest. The groupTable column headings are: "Group Id", "Group Name", "User Count".
- 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 NodeArrayinthashCode()voidsetGroupId(String groupId) voidsetGroupName(String groupName) voidsetUserCount(String userCount) toString()
-
Constructor Details
-
ServiceProviderServicePackMigrationTaskGroupTableRow
public ServiceProviderServicePackMigrationTaskGroupTableRow()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getUserCount
-
setUserCount
-
getFromNode
public static ServiceProviderServicePackMigrationTaskGroupTableRow 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<ServiceProviderServicePackMigrationTaskGroupTableRow> 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
-