Class SystemClientIdentityClientIdentityTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemClientIdentityClientIdentityTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemClientIdentityClientIdentityTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemClientIdentityGetListRequest. Returns a table with column headings: "Client Identity".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemClientIdentityClientIdentityTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientIdentity()static SystemClientIdentityClientIdentityTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemClientIdentityClientIdentityTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetClientIdentity(String clientIdentity)StringtoString()
-
-
-
Method Detail
-
getClientIdentity
public String getClientIdentity()
-
setClientIdentity
public void setClientIdentity(String clientIdentity)
-
getFromNode
public static SystemClientIdentityClientIdentityTableRow 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<SystemClientIdentityClientIdentityTableRow> 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
-
-