Interface A1

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A1Abstract, A1Impl

public interface A1 extends TopiaEntity
  • Field Details

  • Method Details

    • addB1

      void addB1(B1 b1)
    • addAllB1

      void addAllB1(Iterable<B1> b1)
    • setB1

      void setB1(Collection<B1> b1)
    • removeB1

      void removeB1(B1 b1)
    • clearB1

      void clearB1()
    • getB1

      Collection<B1> getB1()
    • getB1ByTopiaId

      B1 getB1ByTopiaId(String topiaId)
    • getB1TopiaIds

      Collection<String> getB1TopiaIds()
    • sizeB1

      int sizeB1()
    • isB1Empty

      boolean isB1Empty()
    • isB1NotEmpty

      boolean isB1NotEmpty()
    • containsB1

      boolean containsB1(B1 b1)