Class Translation
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.domain.Translation
-
@Entity public class Translation extends Object
Class that represents translation attached to exhibit and langugae
-
-
Constructor Summary
Constructors Constructor Description Translation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Gets whether two instances represents the same translationint
hashCode()
Gets the hash codeprotected void
onCreate()
sets default params for new translations
-
-
-
Method Detail
-
onCreate
protected void onCreate()
sets default params for new translations
-
equals
public boolean equals(Object o)
Gets whether two instances represents the same translation
-
-