Interface A11

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A11Abstract, A11Impl

public interface A11 extends TopiaEntity
  • Field Details

  • Method Details

    • addRoleB11

      void addRoleB11(B11 roleB11)
    • addAllRoleB11

      void addAllRoleB11(Iterable<B11> roleB11)
    • setRoleB11

      void setRoleB11(Collection<B11> roleB11)
    • removeRoleB11

      void removeRoleB11(B11 roleB11)
    • clearRoleB11

      void clearRoleB11()
    • getRoleB11

      Collection<B11> getRoleB11()
    • getRoleB11ByTopiaId

      B11 getRoleB11ByTopiaId(String topiaId)
    • getRoleB11TopiaIds

      Collection<String> getRoleB11TopiaIds()
    • sizeRoleB11

      int sizeRoleB11()
    • isRoleB11Empty

      boolean isRoleB11Empty()
    • isRoleB11NotEmpty

      boolean isRoleB11NotEmpty()
    • containsRoleB11

      boolean containsRoleB11(B11 roleB11)