Class GomDateLangInfo.GomDateLangHashCode
java.lang.Object
de.espirit.common.util.HashCode
de.espirit.firstspirit.access.store.templatestore.gom.DefaultGomLangInfo.GomLangHashCode
de.espirit.firstspirit.access.store.templatestore.gom.GomDateLangInfo.GomDateLangHashCode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GomDateLangInfo
Hashcode storage object for language information of date elements
- Since:
- 4.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGomDateLangHashCode(int initialCode) Creates a new instance with the specified initial hashcode -
Method Summary
Modifier and TypeMethodDescriptionvoidappend()Append the relevant information to the hash code.Methods inherited from class de.espirit.common.util.HashCode
toHashCode
-
Constructor Details
-
GomDateLangHashCode
public GomDateLangHashCode(int initialCode) Creates a new instance with the specified initial hashcode- Since:
- 4.1
-
-
Method Details
-
append
public void append()Description copied from class:DefaultGomLangInfo.GomLangHashCodeAppend the relevant information to the hash code.- Overrides:
appendin classDefaultGomLangInfo.GomLangHashCode
-