Interface A51

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A51Abstract, A51Impl

public interface A51 extends TopiaEntity
  • Field Details

  • Method Details

    • addB51

      void addB51(B51 b51)
    • addAllB51

      void addAllB51(Iterable<B51> b51)
    • setB51

      void setB51(Collection<B51> b51)
    • removeB51

      void removeB51(B51 b51)
    • clearB51

      void clearB51()
    • getB51

      Collection<B51> getB51()
    • getB51ByTopiaId

      B51 getB51ByTopiaId(String topiaId)
    • getB51TopiaIds

      Collection<String> getB51TopiaIds()
    • sizeB51

      int sizeB51()
    • isB51Empty

      boolean isB51Empty()
    • isB51NotEmpty

      boolean isB51NotEmpty()
    • containsB51

      boolean containsB51(B51 b51)