Interface A7

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A7Abstract, A7Impl

public interface A7 extends TopiaEntity
  • Field Details

  • Method Details

    • addB7

      void addB7(B7 b7)
    • addB7

      void addB7(int index, B7 b7)
    • addAllB7

      void addAllB7(Iterable<B7> b7)
    • setB7

      void setB7(List<B7> b7)
    • removeB7

      void removeB7(B7 b7)
    • removeB7

      void removeB7(int index)
    • clearB7

      void clearB7()
    • getB7

      List<B7> getB7()
    • getB7

      B7 getB7(int index)
    • getB7ByTopiaId

      B7 getB7ByTopiaId(String topiaId)
    • getB7TopiaIds

      List<String> getB7TopiaIds()
    • sizeB7

      int sizeB7()
    • isB7Empty

      boolean isB7Empty()
    • isB7NotEmpty

      boolean isB7NotEmpty()
    • containsB7

      boolean containsB7(B7 b7)