Interface GroupablePlainAttr<A extends Any<?>,M extends Membership<A>>

All Superinterfaces:
Entity, PlainAttr<A>, Serializable
All Known Subinterfaces:
APlainAttr, UPlainAttr
All Known Implementing Classes:
JSONAPlainAttr, JSONAPlainAttr, JSONUPlainAttr, JSONUPlainAttr

public interface GroupablePlainAttr<A extends Any<?>,M extends Membership<A>> extends PlainAttr<A>
  • Method Details

    • getMembershipKey

      String getMembershipKey()
    • getMembership

      M getMembership()
    • setMembership

      void setMembership(M membership)