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 TypeMethodDescriptionbooleanstatic GroupAdminGroupAdminTableRowgetFromNode(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 NodeArrayinthashCode()voidsetAdministratorID(String administratorID) voidsetDepartment(String department) voidsetEncoding(String encoding) voidsetFirstName(String firstName) voidsetLanguage(String language) voidsetLastName(String lastName) voidtoString()
-
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
-