Interface A71

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A71Abstract, A71Impl

public interface A71 extends TopiaEntity
  • Field Details

  • Method Details

    • addB71

      void addB71(B71 b71)
    • addAllB71

      void addAllB71(Iterable<B71> b71)
    • setB71

      void setB71(Collection<B71> b71)
    • removeB71

      void removeB71(B71 b71)
    • clearB71

      void clearB71()
    • getB71

      Collection<B71> getB71()
    • getB71ByTopiaId

      B71 getB71ByTopiaId(String topiaId)
    • getB71TopiaIds

      Collection<String> getB71TopiaIds()
    • sizeB71

      int sizeB71()
    • isB71Empty

      boolean isB71Empty()
    • isB71NotEmpty

      boolean isB71NotEmpty()
    • containsB71

      boolean containsB71(B71 b71)