Interface A12

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A12Abstract, A12Impl

public interface A12 extends TopiaEntity
  • Field Details

  • Method Details

    • addB12

      void addB12(B12 b12)
    • addAllB12

      void addAllB12(Iterable<B12> b12)
    • setB12

      void setB12(Collection<B12> b12)
    • removeB12

      void removeB12(B12 b12)
    • clearB12

      void clearB12()
    • getB12

      Collection<B12> getB12()
    • getB12ByTopiaId

      B12 getB12ByTopiaId(String topiaId)
    • getB12TopiaIds

      Collection<String> getB12TopiaIds()
    • sizeB12

      int sizeB12()
    • isB12Empty

      boolean isB12Empty()
    • isB12NotEmpty

      boolean isB12NotEmpty()
    • containsB12

      boolean containsB12(B12 b12)