Interface A6

All Superinterfaces:
ListenableBean, ListenableTopiaEntity, Serializable, TopiaEntity
All Known Implementing Classes:
A6Abstract, A6Impl

public interface A6 extends TopiaEntity, ListenableTopiaEntity
  • Field Details

  • Method Details

    • addB6

      void addB6(B6 b6)
    • addB6

      void addB6(int index, B6 b6)
    • addAllB6

      void addAllB6(Iterable<B6> b6)
    • setB6

      void setB6(List<B6> b6)
    • removeB6

      void removeB6(B6 b6)
    • removeB6

      void removeB6(int index)
    • clearB6

      void clearB6()
    • getB6

      List<B6> getB6()
    • getB6

      B6 getB6(int index)
    • getB6ByTopiaId

      B6 getB6ByTopiaId(String topiaId)
    • getB6TopiaIds

      List<String> getB6TopiaIds()
    • sizeB6

      int sizeB6()
    • isB6Empty

      boolean isB6Empty()
    • isB6NotEmpty

      boolean isB6NotEmpty()
    • containsB6

      boolean containsB6(B6 b6)