Package microsim.data.db
Class PanelEntityKey
java.lang.Object
microsim.data.db.PanelEntityKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionThe default constructor that creates an instance only.PanelEntityKey
(long id) This constructor assigns theid
value. -
Method Summary
-
Constructor Details
-
PanelEntityKey
public PanelEntityKey()The default constructor that creates an instance only.- Implementation Requirements:
public
to conform to JPA 3.0.
-
PanelEntityKey
public PanelEntityKey(long id) This constructor assigns theid
value.- Parameters:
id
- An entity id.
-