Class Language
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.domain.Language
-
@Entity public class Language extends Object
Class that represents language
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Gets whether two instances represents the same languageint
hashCode()
Gets the hash code
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Gets whether two instances represents the same language
-
-