Class SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow extends Object implements BroadWorksTableRow, Serializable
Response to a SystemTreatmentMappingAccessSIPStatusGetListRequest. Contains a table with one row per mapping. The table columns are: "SIP Status Code", "Treatment Id".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)static SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetSIPStatusCode()StringgetTreatmentId()inthashCode()voidsetSIPStatusCode(String sIPStatusCode)voidsetTreatmentId(String treatmentId)StringtoString()
-
Constructor Details
-
SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
public SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow()
-
-
Method Details
-
getSIPStatusCode
-
setSIPStatusCode
-
getTreatmentId
-
setTreatmentId
-
getFromNode
public static SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow 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<SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow> 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
-