Class JPAJSONGPlainAttrUniqueValue
- 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.group.JPAJSONGPlainAttrUniqueValue
-
- All Implemented Interfaces:
Serializable
,Entity
,GPlainAttrUniqueValue
,PlainAttrUniqueValue
,PlainAttrValue
public class JPAJSONGPlainAttrUniqueValue extends AbstractPlainAttrValue implements GPlainAttrUniqueValue
- 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 JPAJSONGPlainAttrUniqueValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GPlainAttr
getAttr()
PlainSchema
getSchema()
void
setAttr(PlainAttr<?> attr)
void
setSchema(PlainSchema schema)
-
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 GPlainAttr getAttr()
- Specified by:
getAttr
in interfaceGPlainAttrUniqueValue
- Specified by:
getAttr
in interfacePlainAttrValue
-
setAttr
public void setAttr(PlainAttr<?> attr)
- Specified by:
setAttr
in interfacePlainAttrValue
-
getSchema
public PlainSchema getSchema()
- Specified by:
getSchema
in interfacePlainAttrUniqueValue
-
setSchema
public void setSchema(PlainSchema schema)
- Specified by:
setSchema
in interfacePlainAttrUniqueValue
-
-