Interface BB17

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
BB17Abstract, BB17Impl

public interface BB17 extends TopiaEntity
  • Field Details

  • Method Details

    • setBb

      void setBb(int bb)
    • getBb

      int getBb()
    • setBb1

      void setBb1(int bb1)
    • getBb1

      int getBb1()
    • addB17

      void addB17(B17 b17)
    • addAllB17

      void addAllB17(Iterable<B17> b17)
    • setB17

      void setB17(Collection<B17> b17)
    • removeB17

      void removeB17(B17 b17)
    • clearB17

      void clearB17()
    • getB17

      Collection<B17> getB17()
    • getB17ByTopiaId

      B17 getB17ByTopiaId(String topiaId)
    • getB17TopiaIds

      Collection<String> getB17TopiaIds()
    • sizeB17

      int sizeB17()
    • isB17Empty

      boolean isB17Empty()
    • isB17NotEmpty

      boolean isB17NotEmpty()
    • containsB17

      boolean containsB17(B17 b17)