Class SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow extends Object implements BroadWorksTableRow, Serializable
Response to a SystemTreatmentMappingInternalReleaseCauseGetListRequest. Contains a table with one row per mapping. The table columns are: "Internal Release Cause", "Treatment Id".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getInternalReleaseCause()
String
getTreatmentId()
int
hashCode()
void
setInternalReleaseCause(String internalReleaseCause)
void
setTreatmentId(String treatmentId)
String
toString()
-
-
-
Method Detail
-
getInternalReleaseCause
public String getInternalReleaseCause()
-
setInternalReleaseCause
public void setInternalReleaseCause(String internalReleaseCause)
-
getTreatmentId
public String getTreatmentId()
-
setTreatmentId
public void setTreatmentId(String treatmentId)
-
getFromNode
public static SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow 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<SystemTreatmentMappingInternalReleaseCauseTreatmentMappingTableRow> 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
-
-