Class Institution
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.domain.Institution
-
@Entity public class Institution extends Object
Class represents a cultural institution
-
-
Constructor Summary
Constructors Constructor Description Institution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Gets whether two instances represents the same institutionint
hashCode()
Gets the hash code for given instanceprotected void
onCreate()
sets parameters for newly registered institutions
-
-
-
Method Detail
-
onCreate
protected void onCreate()
sets parameters for newly registered institutions
-
equals
public boolean equals(Object o)
Gets whether two instances represents the same institution
-
-