Interface A6

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

public interface A6 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
    addB6(int index, B6 b6)
     
    void
    addB6(B6 b6)
     
    void
     
    boolean
     
     
    getB6(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeB6(int index)
     
    void
     
    void
    setB6(List<B6> b6)
     
    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

    • addB6

      void addB6(B6 b6)
    • addB6

      void addB6(int index, B6 b6)
    • addAllB6

      void addAllB6(Iterable<B6> b6)
    • setB6

      void setB6(List<B6> b6)
    • removeB6

      void removeB6(B6 b6)
    • removeB6

      void removeB6(int index)
    • clearB6

      void clearB6()
    • getB6

      List<B6> getB6()
    • getB6

      B6 getB6(int index)
    • getB6ByTopiaId

      B6 getB6ByTopiaId(String topiaId)
    • getB6TopiaIds

      List<String> getB6TopiaIds()
    • sizeB6

      int sizeB6()
    • isB6Empty

      boolean isB6Empty()
    • isB6NotEmpty

      boolean isB6NotEmpty()
    • containsB6

      boolean containsB6(B6 b6)