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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceProviderServicePackMigrationTaskGroupTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
static ServiceProviderServicePackMigrationTaskGroupTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<ServiceProviderServicePackMigrationTaskGroupTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getGroupId()
String
getGroupName()
String
getUserCount()
int
hashCode()
void
setGroupId(String groupId)
void
setGroupName(String groupName)
void
setUserCount(String userCount)
String
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
-