public class PropertyValue
extends java.lang.Object
Property
.
A value can be protected or not depending on the database setting. Protected values will be additionally encrypted in the database. Typically values like passwords are protected.
Constructor and Description |
---|
PropertyValue(boolean isProtected,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue() |
int |
hashCode() |
boolean |
isProtected() |
java.lang.String |
toString() |
public java.lang.String getValue()
public boolean isProtected()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object