Class Showcase
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.domain.Showcase
-
@Entity public class Showcase extends Object
Represents a show-case with exhibits
-
-
Constructor Summary
Constructors Constructor Description Showcase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Gets whether two instances represents the same show-caseint
hashCode()
Gets the hash code for given instanceprotected void
onCreate()
sets parameters for newly created show-cases
-
-
-
Method Detail
-
onCreate
protected void onCreate()
sets parameters for newly created show-cases
-
equals
public boolean equals(Object o)
Gets whether two instances represents the same show-case
-
-