@Entity public class Visit extends Object
Visit()
Visit(int id, Story story, Date date)
boolean
equals(Object o)
Date
getDate()
int
getId()
Story
getStory()
hashCode()
void
setDate(Date date)
setStory(Story story)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Visit()
public Visit(int id, Story story, Date date)
public int getId()
public Story getStory()
public Date getDate()
public void setStory(Story story)
public void setDate(Date date)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2021. All rights reserved.