Class ExhibitImage
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.domain.ExhibitImage
-
@Entity public class ExhibitImage extends Object
Represents an image of an exhibit
-
-
Constructor Summary
Constructors Constructor Description ExhibitImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Gets whether two instances represents the same imageint
hashCode()
Gets the hash code for given instanceprotected void
onCreate()
sets parameters for newly created images
-
-
-
Method Detail
-
onCreate
protected void onCreate()
sets parameters for newly created images
-
equals
public boolean equals(Object o)
Gets whether two instances represents the same image
-
-