Interface A62

All Superinterfaces:
org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
A62Abstract, A62Impl

public interface A62 extends org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.event.ListenableTopiaEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity

    AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    addB62(int index, B62 b62)
     
    void
    addB62(B62 b62)
     
    void
     
    boolean
     
     
    getB62(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeB62(int index)
     
    void
     
    void
    setB62(List<B62> b62)
     
    int
     

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableBean

    addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity

    addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener

    Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity

    accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
  • 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)