Interface A53

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A53Abstract, A53Impl

public interface A53 extends TopiaEntity
  • Field Details

  • Method Details

    • addB53

      void addB53(B53 b53)
    • addB53

      void addB53(int index, B53 b53)
    • addAllB53

      void addAllB53(Iterable<B53> b53)
    • setB53

      void setB53(List<B53> b53)
    • removeB53

      void removeB53(B53 b53)
    • removeB53

      void removeB53(int index)
    • clearB53

      void clearB53()
    • getB53

      List<B53> getB53()
    • getB53

      B53 getB53(int index)
    • getB53ByTopiaId

      B53 getB53ByTopiaId(String topiaId)
    • getB53TopiaIds

      List<String> getB53TopiaIds()
    • sizeB53

      int sizeB53()
    • isB53Empty

      boolean isB53Empty()
    • isB53NotEmpty

      boolean isB53NotEmpty()
    • containsB53

      boolean containsB53(B53 b53)