Class GroupAdminGroupAdminTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAdminGroupAdminTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAdminGroupAdminTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupAdminGetListRequest. Contains a 7 column table with column headings "Administrator ID", "Last Name", "First Name", "Department", "Language", "Locale" and "Encoding". The following columns are only returned in AS data mode: "Locale" and "Encoding"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static GroupAdminGroupAdminTableRow
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<GroupAdminGroupAdminTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setAdministratorID
(String administratorID) void
setDepartment
(String department) void
setEncoding
(String encoding) void
setFirstName
(String firstName) void
setLanguage
(String language) void
setLastName
(String lastName) void
toString()
-
Constructor Details
-
GroupAdminGroupAdminTableRow
public GroupAdminGroupAdminTableRow()
-
-
Method Details
-
getAdministratorID
-
setAdministratorID
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getDepartment
-
setDepartment
-
getLanguage
-
setLanguage
-
getLocale
-
setLocale
-
getEncoding
-
setEncoding
-
getFromNode
public static GroupAdminGroupAdminTableRow 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<GroupAdminGroupAdminTableRow> 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
-