Package com.axelor.meta.db
Class MetaTranslation
- java.lang.Object
-
- com.axelor.db.Model
-
- com.axelor.meta.db.MetaTranslation
-
@Entity public class MetaTranslation extends Model
-
-
Constructor Summary
Constructors Constructor Description MetaTranslation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Long
getId()
String
getKey()
String
getLanguage()
String
getMessage()
int
hashCode()
void
setId(Long id)
void
setKey(String key)
void
setLanguage(String language)
void
setMessage(String message)
String
toString()
-
Methods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
-