Class ServiceProviderAdminServiceProviderAdminTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.ServiceProviderAdminServiceProviderAdminTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ServiceProviderAdminServiceProviderAdminTableRow extends Object implements BroadWorksTableRow, Serializable
Response to ServiceProviderAdminGetListRequest14. Contains a 7 column table with column headings "Administrator ID", "Last Name", "First Name", "Administrator Type", "Language", "Locale" and "Encoding". The following columns are only returned in AS data mode: "Locale" and "Encoding"- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceProviderAdminServiceProviderAdminTableRow()
-
Method Summary
-
-
-
Method Detail
-
getAdministratorID
public String getAdministratorID()
-
setAdministratorID
public void setAdministratorID(String administratorID)
-
getLastName
public String getLastName()
-
setLastName
public void setLastName(String lastName)
-
getFirstName
public String getFirstName()
-
setFirstName
public void setFirstName(String firstName)
-
getAdministratorType
public String getAdministratorType()
-
setAdministratorType
public void setAdministratorType(String administratorType)
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(String language)
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String locale)
-
getEncoding
public String getEncoding()
-
setEncoding
public void setEncoding(String encoding)
-
getFromNode
public static ServiceProviderAdminServiceProviderAdminTableRow 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<ServiceProviderAdminServiceProviderAdminTableRow> 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
-
-