Class JPAGPlainAttrValue

  • All Implemented Interfaces:
    Serializable, org.apache.syncope.core.persistence.api.entity.Entity, org.apache.syncope.core.persistence.api.entity.group.GPlainAttrValue, org.apache.syncope.core.persistence.api.entity.PlainAttrValue

    @Entity
    public class JPAGPlainAttrValue
    extends AbstractPlainAttrValue
    implements org.apache.syncope.core.persistence.api.entity.group.GPlainAttrValue
    See Also:
    Serialized Form
    • Constructor Detail

      • JPAGPlainAttrValue

        public JPAGPlainAttrValue()
    • Method Detail

      • getAttr

        public org.apache.syncope.core.persistence.api.entity.group.GPlainAttr getAttr()
        Specified by:
        getAttr in interface org.apache.syncope.core.persistence.api.entity.group.GPlainAttrValue
        Specified by:
        getAttr in interface org.apache.syncope.core.persistence.api.entity.PlainAttrValue
      • setAttr

        public void setAttr​(org.apache.syncope.core.persistence.api.entity.PlainAttr<?> attr)
        Specified by:
        setAttr in interface org.apache.syncope.core.persistence.api.entity.PlainAttrValue