Interface A62

All Superinterfaces:
ListenableBean, ListenableTopiaEntity, Serializable, TopiaEntity
All Known Implementing Classes:
A62Abstract, A62Impl

public interface A62 extends TopiaEntity, ListenableTopiaEntity
  • Field Details

  • Method Details

    • addB62

      void addB62(B62 b62)
    • addB62

      void addB62(int index, B62 b62)
    • addAllB62

      void addAllB62(Iterable<B62> b62)
    • setB62

      void setB62(List<B62> b62)
    • removeB62

      void removeB62(B62 b62)
    • removeB62

      void removeB62(int index)
    • clearB62

      void clearB62()
    • getB62

      List<B62> getB62()
    • getB62

      B62 getB62(int index)
    • getB62ByTopiaId

      B62 getB62ByTopiaId(String topiaId)
    • getB62TopiaIds

      List<String> getB62TopiaIds()
    • sizeB62

      int sizeB62()
    • isB62Empty

      boolean isB62Empty()
    • isB62NotEmpty

      boolean isB62NotEmpty()
    • containsB62

      boolean containsB62(B62 b62)