@UESComponent public class SecurityRealmMapperKey extends java.lang.Object implements java.lang.Comparable<SecurityRealmMapperKey>
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
securityRealm
Security realm. 
 | 
| Constructor and Description | 
|---|
SecurityRealmMapperKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(SecurityRealmMapperKey other) | 
boolean | 
equals(java.lang.Object obj) | 
java.lang.String | 
getSecurityRealm()  | 
int | 
hashCode() | 
void | 
setSecurityRealm(java.lang.String securityRealm)  | 
java.lang.String | 
toString() | 
securityRealm - Security realm.equals in class java.lang.ObjectcompareTo in interface java.lang.Comparable<SecurityRealmMapperKey>hashCode in class java.lang.ObjecttoString in class java.lang.Object