Interface A7

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
A7Abstract, A7Impl

public interface A7 extends org.nuiton.topia.persistence.TopiaEntity
  • 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
    addB7(int index, B7 b7)
     
    void
    addB7(B7 b7)
     
    void
     
    boolean
     
     
    getB7(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeB7(int index)
     
    void
     
    void
    setB7(List<B7> b7)
     
    int
     

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

    accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
  • Field Details

  • Method Details

    • addB7

      void addB7(B7 b7)
    • addB7

      void addB7(int index, B7 b7)
    • addAllB7

      void addAllB7(Iterable<B7> b7)
    • setB7

      void setB7(List<B7> b7)
    • removeB7

      void removeB7(B7 b7)
    • removeB7

      void removeB7(int index)
    • clearB7

      void clearB7()
    • getB7

      List<B7> getB7()
    • getB7

      B7 getB7(int index)
    • getB7ByTopiaId

      B7 getB7ByTopiaId(String topiaId)
    • getB7TopiaIds

      List<String> getB7TopiaIds()
    • sizeB7

      int sizeB7()
    • isB7Empty

      boolean isB7Empty()
    • isB7NotEmpty

      boolean isB7NotEmpty()
    • containsB7

      boolean containsB7(B7 b7)