Interface A3

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
A3Abstract, A3Impl

public interface A3 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
    addB3(B3 b3)
     
    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

    • addB3

      void addB3(B3 b3)
    • addAllB3

      void addAllB3(Iterable<B3> b3)
    • setB3

      void setB3(Collection<B3> b3)
    • removeB3

      void removeB3(B3 b3)
    • clearB3

      void clearB3()
    • getB3

      Collection<B3> getB3()
    • getB3ByTopiaId

      B3 getB3ByTopiaId(String topiaId)
    • getB3TopiaIds

      Collection<String> getB3TopiaIds()
    • sizeB3

      int sizeB3()
    • isB3Empty

      boolean isB3Empty()
    • isB3NotEmpty

      boolean isB3NotEmpty()
    • containsB3

      boolean containsB3(B3 b3)