Package microsim.data.db
Class CoefficientEntityKey
- java.lang.Object
-
- microsim.data.db.CoefficientEntityKey
-
- All Implemented Interfaces:
java.io.Serializable
@Embeddable public class CoefficientEntityKey extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoefficientEntityKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()java.lang.LonggetSimulationRun()voidsetId(java.lang.Long id)voidsetSimulationRun(java.lang.Long simulationRun)
-