Class GroupGroupTable2Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupGroupTable2Row
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupGroupTable2Row extends Object implements BroadWorksTableRow, Serializable
Response to GroupGetListInSystemRequest. Contains a table with column headings: "Group Id", "Group Name", "User Limit", "Organization Id", "Organization Type", "Reseller Id" and a row for each group. The "Organization Id" column is populated with either a service provider Id or an enterprise Id. The "Organization Type" column is populated with one of the enumerated strings defined in the OrganizationType OCI data type. Please see OCISchemaDataTypes.xsd for details on OrganizationType. The following columns are only returned in AS data mode: Reseller Id
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupGroupTable2Row() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)static GroupGroupTable2RowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<GroupGroupTable2Row>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetGroupId()StringgetGroupName()StringgetOrganizationId()StringgetOrganizationType()StringgetResellerId()StringgetUserLimit()inthashCode()voidsetGroupId(String groupId)voidsetGroupName(String groupName)voidsetOrganizationId(String organizationId)voidsetOrganizationType(String organizationType)voidsetResellerId(String resellerId)voidsetUserLimit(String userLimit)StringtoString()
-
Constructor Details
-
GroupGroupTable2Row
public GroupGroupTable2Row()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getUserLimit
-
setUserLimit
-
getOrganizationId
-
setOrganizationId
-
getOrganizationType
-
setOrganizationType
-
getResellerId
-
setResellerId
-
getFromNode
public static GroupGroupTable2Row 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<GroupGroupTable2Row> 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
-