Interface GroupablePlainAttr<A extends Any<?>,M extends Membership<A>>
-
- All Superinterfaces:
Entity
,PlainAttr<A>
,Serializable
- All Known Subinterfaces:
APlainAttr
,UPlainAttr
- All Known Implementing Classes:
JPAAPlainAttr
,JPAJSONAPlainAttr
,JPAJSONUPlainAttr
,JPAUPlainAttr
public interface GroupablePlainAttr<A extends Any<?>,M extends Membership<A>> extends PlainAttr<A>
-
-
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 M
getMembership()
void
setMembership(M membership)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.PlainAttr
add, add, getOwner, getSchema, getUniqueValue, getValues, getValuesAsStrings, setOwner, setSchema, setUniqueValue
-
-