Class PanelEntityKey

java.lang.Object
microsim.data.db.PanelEntityKey
All Implemented Interfaces:
Serializable

@Embeddable public class PanelEntityKey extends Object implements Serializable
See Also:
  • 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 the id value.
      Parameters:
      id - An entity id.