Class MetaPointer
java.lang.Object
io.lionweb.lioncore.java.serialization.data.MetaPointer
A MetaPointer is the combination of the pair Language and Version with a Key, which identify one
element within that language.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static MetaPointer
static MetaPointer
static MetaPointer
from
(LanguageEntity<?> languageEntity) getKey()
int
hashCode()
void
void
setLanguage
(String language) void
setVersion
(String version) toString()
-
Constructor Details
-
MetaPointer
-
MetaPointer
public MetaPointer()
-
-
Method Details