Class JPAJSONAPlainAttrUniqueValue
- 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.JPAJSONAPlainAttrUniqueValue
-
- All Implemented Interfaces:
Serializable,APlainAttrUniqueValue,Entity,PlainAttrUniqueValue,PlainAttrValue
public class JPAJSONAPlainAttrUniqueValue extends AbstractPlainAttrValue implements APlainAttrUniqueValue
- 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 JPAJSONAPlainAttrUniqueValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APlainAttrgetAttr()PlainSchemagetSchema()voidsetAttr(PlainAttr<?> attr)voidsetSchema(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 APlainAttr getAttr()
- Specified by:
getAttrin interfaceAPlainAttrUniqueValue- Specified by:
getAttrin interfacePlainAttrValue
-
setAttr
public void setAttr(PlainAttr<?> attr)
- Specified by:
setAttrin interfacePlainAttrValue
-
getSchema
public PlainSchema getSchema()
- Specified by:
getSchemain interfacePlainAttrUniqueValue
-
setSchema
public void setSchema(PlainSchema schema)
- Specified by:
setSchemain interfacePlainAttrUniqueValue
-
-