public class SystemSecurityClassificationUsageTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemSecurityClassificationUsageTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExtension() |
String |
getFirstName() |
static SystemSecurityClassificationUsageTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemSecurityClassificationUsageTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getGroupId() |
String |
getLastName() |
String |
getPhoneNumber() |
String |
getServiceProviderId() |
String |
getUserID() |
int |
hashCode() |
public SystemSecurityClassificationUsageTableRow()
public String getUserID()
public String getLastName()
public String getFirstName()
public String getPhoneNumber()
public String getExtension()
public String getServiceProviderId()
public String getGroupId()
@GwtIncompatible public static SystemSecurityClassificationUsageTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemSecurityClassificationUsageTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2016 ECG. All rights reserved.