Class Exhibit
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.domain.Exhibit
-
@Entity public class Exhibit extends Object
Represents an exhibit of a cultural institution
-
-
Constructor Summary
Constructors Constructor Description Exhibit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Defines whether two exhibit instances are the same exhibitint
hashCode()
Gets the hash code of exhibitprotected void
onCreate()
saves registration date on new exhibit save
-
-
-
Method Detail
-
onCreate
protected void onCreate()
saves registration date on new exhibit save
-
equals
public boolean equals(Object o)
Defines whether two exhibit instances are the same exhibit
-
-