Interface LAPlainAttr
-
- All Superinterfaces:
Entity
,PlainAttr<User>
,Serializable
- All Known Subinterfaces:
JSONLAPlainAttr
- All Known Implementing Classes:
JPAJSONLAPlainAttr
,JPALAPlainAttr
public interface LAPlainAttr extends PlainAttr<User>
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedAccount
getAccount()
void
setAccount(LinkedAccount account)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getUniqueValue, getValues, getValuesAsStrings, setOwner, setSchema, setUniqueValue
-
-
-
-
Method Detail
-
getAccount
LinkedAccount getAccount()
-
setAccount
void setAccount(LinkedAccount account)
-
-