public class ImntRiskSensitivity extends Object implements com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
float |
am_exp_rsk |
String |
id_ccy_unit |
int |
id_imnt |
String |
id_param_rsk |
| Constructor and Description |
|---|
ImntRiskSensitivity() |
ImntRiskSensitivity(int id_imnt,
String id_param_rsk,
float am_exp_rsk,
String id_ccy_unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(DataInput input) |
void |
toData(DataOutput output) |
String |
toString() |
public int id_imnt
public String id_param_rsk
public float am_exp_rsk
public String id_ccy_unit
public ImntRiskSensitivity(int id_imnt,
String id_param_rsk,
float am_exp_rsk,
String id_ccy_unit)
public ImntRiskSensitivity()
public void fromData(DataInput input) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic void toData(DataOutput output) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.