Interface A32

All Superinterfaces:
Serializable, TopiaEntity
All Known Implementing Classes:
A32Abstract, A32Impl

public interface A32 extends TopiaEntity
  • Field Details

  • Method Details

    • addB32

      void addB32(B32 b32)
    • addAllB32

      void addAllB32(Iterable<B32> b32)
    • setB32

      void setB32(Collection<B32> b32)
    • removeB32

      void removeB32(B32 b32)
    • clearB32

      void clearB32()
    • getB32

      Collection<B32> getB32()
    • getB32ByTopiaId

      B32 getB32ByTopiaId(String topiaId)
    • getB32TopiaIds

      Collection<String> getB32TopiaIds()
    • sizeB32

      int sizeB32()
    • isB32Empty

      boolean isB32Empty()
    • isB32NotEmpty

      boolean isB32NotEmpty()
    • containsB32

      boolean containsB32(B32 b32)