Class JPAJSONAPlainAttrValue
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttrValue
-
- org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAJSONAPlainAttrValue
-
- All Implemented Interfaces:
Serializable
,APlainAttrValue
,Entity
,PlainAttrValue
public class JPAJSONAPlainAttrValue extends AbstractPlainAttrValue implements APlainAttrValue
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAJSONAPlainAttrValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APlainAttr
getAttr()
void
setAttr(PlainAttr<?> attr)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttrValue
getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getLongValue, getSecretKey, getStringValue, getValue, getValueAsString, getValueAsString, getValueAsString, parseValue, setBinaryValue, setBooleanValue, setDateValue, setDoubleValue, setLongValue, setStringValue, toString
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttrValue
getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getLongValue, getStringValue, getValue, getValueAsString, getValueAsString, getValueAsString, parseValue, setBinaryValue, setBooleanValue, setDateValue, setDoubleValue, setLongValue, setStringValue
-
-
-
-
Method Detail
-
getAttr
public APlainAttr getAttr()
- Specified by:
getAttr
in interfaceAPlainAttrValue
- Specified by:
getAttr
in interfacePlainAttrValue
-
setAttr
public void setAttr(PlainAttr<?> attr)
- Specified by:
setAttr
in interfacePlainAttrValue
-
-