Interface A5

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
A5Abstract, A5Impl

public interface A5 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
    addB5(B5 b5)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
     
    void
     
    int
     

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

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

  • Method Details

    • addB5

      void addB5(B5 b5)
    • addAllB5

      void addAllB5(Iterable<B5> b5)
    • setB5

      void setB5(Collection<B5> b5)
    • removeB5

      void removeB5(B5 b5)
    • clearB5

      void clearB5()
    • getB5

      Collection<B5> getB5()
    • getB5ByTopiaId

      B5 getB5ByTopiaId(String topiaId)
    • getB5TopiaIds

      Collection<String> getB5TopiaIds()
    • sizeB5

      int sizeB5()
    • isB5Empty

      boolean isB5Empty()
    • isB5NotEmpty

      boolean isB5NotEmpty()
    • containsB5

      boolean containsB5(B5 b5)