Class JPAJSONLAPlainAttr
- 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.AbstractPlainAttr<User>
-
- org.apache.syncope.core.persistence.jpa.entity.user.JPAJSONLAPlainAttr
-
- All Implemented Interfaces:
Serializable,Entity,JSONLAPlainAttr,JSONPlainAttr<User>,PlainAttr<User>,LAPlainAttr
public class JPAJSONLAPlainAttr extends AbstractPlainAttr<User> implements JSONLAPlainAttr
- 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 JPAJSONLAPlainAttr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(PlainAttrValue value)protected booleanaddForMultiValue(PlainAttrValue attrValue)booleanequals(Object obj)LinkedAccountgetAccount()UsergetOwner()List<JPAJSONLAPlainAttrValue>getPGValues()JPAPlainSchemagetSchema()StringgetSchemaKey()JPAJSONLAPlainAttrUniqueValuegetUniqueValue()List<? extends LAPlainAttrValue>getValues()inthashCode()voidsetAccount(LinkedAccount account)voidsetOwner(User owner)voidsetSchema(String schema)voidsetSchema(PlainSchema schema)voidsetUniqueValue(PlainAttrUniqueValue uniqueValue)-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttr
add, add, getValuesAsStrings
-
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, toString
-
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.PlainAttr
add, add, getValuesAsStrings
-
-
-
-
Method Detail
-
getAccount
public LinkedAccount getAccount()
- Specified by:
getAccountin interfaceLAPlainAttr
-
setAccount
public void setAccount(LinkedAccount account)
- Specified by:
setAccountin interfaceLAPlainAttr
-
getSchemaKey
public String getSchemaKey()
- Specified by:
getSchemaKeyin interfaceJSONPlainAttr<User>
-
getSchema
public JPAPlainSchema getSchema()
-
setSchema
public void setSchema(PlainSchema schema)
-
setSchema
public void setSchema(String schema)
-
addForMultiValue
protected boolean addForMultiValue(PlainAttrValue attrValue)
- Specified by:
addForMultiValuein classAbstractPlainAttr<User>
-
add
public boolean add(PlainAttrValue value)
- Specified by:
addin interfaceJSONPlainAttr<User>
-
getValues
public List<? extends LAPlainAttrValue> getValues()
-
getPGValues
public List<JPAJSONLAPlainAttrValue> getPGValues()
-
getUniqueValue
public JPAJSONLAPlainAttrUniqueValue getUniqueValue()
- Specified by:
getUniqueValuein interfacePlainAttr<User>
-
setUniqueValue
public void setUniqueValue(PlainAttrUniqueValue uniqueValue)
- Specified by:
setUniqueValuein interfacePlainAttr<User>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractEntity
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractEntity
-
-