Class ShowEvent


  • @Entity
    public class ShowEvent
    extends Object
    This class represents the passive side of a one-to-one uni-directional relationship where the parent uses a composite primary key that must be represented in the dependent entity's relationship.
    • Constructor Detail

      • ShowEvent

        public ShowEvent()
      • ShowEvent

        public ShowEvent​(Date date,
                         Date time)
    • Method Detail

      • getDate

        public Date getDate()
      • getTime

        public Date getTime()
      • getName

        public String getName()
      • setName

        public void setName​(String name)