Interface A3

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A3Abstract, A3Impl

public interface A3 extends TopiaEntity
  • Field Details

  • Method Details

    • addB3

      void addB3(B3 b3)
    • addAllB3

      void addAllB3(Iterable<B3> b3)
    • setB3

      void setB3(Collection<B3> b3)
    • removeB3

      void removeB3(B3 b3)
    • clearB3

      void clearB3()
    • getB3

      Collection<B3> getB3()
    • getB3ByTopiaId

      B3 getB3ByTopiaId(String topiaId)
    • getB3TopiaIds

      Collection<String> getB3TopiaIds()
    • sizeB3

      int sizeB3()
    • isB3Empty

      boolean isB3Empty()
    • isB3NotEmpty

      boolean isB3NotEmpty()
    • containsB3

      boolean containsB3(B3 b3)