Package org.skr.registry
Class SimpleRealm
- java.lang.Object
-
- org.skr.registry.SimpleRealm
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.skr.registry.IRealm
IRealm.RealmStatus
-
-
Field Summary
Fields Modifier and Type Field Description @NonNull java.lang.StringcodeIRealm.RealmStatusstatusjava.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description SimpleRealm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.skr.registry.IRealm
getCode, getVersion
-
-
-
-
Field Detail
-
code
@NonNull public @NonNull java.lang.String code
-
version
public java.lang.String version
-
status
public IRealm.RealmStatus status
-
-