Class SystemFileRepositoryDeviceFileRepositoryTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemFileRepositoryDeviceFileRepositoryTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemFileRepositoryDeviceFileRepositoryTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemFileRepositoryDeviceGetListRequest. Contains a table with column headings : "Name","Protocol", "Root Directory", "Extended File Capture Support" in a row for each file repository.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemFileRepositoryDeviceFileRepositoryTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetExtendedFileCaptureSupport()static SystemFileRepositoryDeviceFileRepositoryTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemFileRepositoryDeviceFileRepositoryTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetName()StringgetProtocol()StringgetRootDirectory()inthashCode()voidsetExtendedFileCaptureSupport(String extendedFileCaptureSupport)voidsetName(String name)voidsetProtocol(String protocol)voidsetRootDirectory(String rootDirectory)StringtoString()
-
Constructor Details
-
SystemFileRepositoryDeviceFileRepositoryTableRow
public SystemFileRepositoryDeviceFileRepositoryTableRow()
-
-
Method Details
-
getName
-
setName
-
getProtocol
-
setProtocol
-
getRootDirectory
-
setRootDirectory
-
getExtendedFileCaptureSupport
-
setExtendedFileCaptureSupport
-
getFromNode
public static SystemFileRepositoryDeviceFileRepositoryTableRow 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<SystemFileRepositoryDeviceFileRepositoryTableRow> 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
-