Interface A11C

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A11CAbstract, A11CImpl

public interface A11C extends TopiaEntity
  • Field Details

  • Method Details

    • addB11C

      void addB11C(B11C b11C)
    • addAllB11C

      void addAllB11C(Iterable<B11C> b11C)
    • setB11C

      void setB11C(Set<B11C> b11C)
    • removeB11C

      void removeB11C(B11C b11C)
    • clearB11C

      void clearB11C()
    • getB11C

      Set<B11C> getB11C()
    • getB11CByTopiaId

      B11C getB11CByTopiaId(String topiaId)
    • getB11CTopiaIds

      Set<String> getB11CTopiaIds()
    • sizeB11C

      int sizeB11C()
    • isB11CEmpty

      boolean isB11CEmpty()
    • isB11CNotEmpty

      boolean isB11CNotEmpty()
    • containsB11C

      boolean containsB11C(B11C b11C)