Interface A5

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A5Abstract, A5Impl

public interface A5 extends TopiaEntity
  • Field Details

  • Method Details

    • addB5

      void addB5(B5 b5)
    • addAllB5

      void addAllB5(Iterable<B5> b5)
    • setB5

      void setB5(Collection<B5> b5)
    • removeB5

      void removeB5(B5 b5)
    • clearB5

      void clearB5()
    • getB5

      Collection<B5> getB5()
    • getB5ByTopiaId

      B5 getB5ByTopiaId(String topiaId)
    • getB5TopiaIds

      Collection<String> getB5TopiaIds()
    • sizeB5

      int sizeB5()
    • isB5Empty

      boolean isB5Empty()
    • isB5NotEmpty

      boolean isB5NotEmpty()
    • containsB5

      boolean containsB5(B5 b5)