Interface A1

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
A1Abstract, A1Impl

public interface A1 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
    addB1(B1 b1)
     
    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

    • addB1

      void addB1(B1 b1)
    • addAllB1

      void addAllB1(Iterable<B1> b1)
    • setB1

      void setB1(Collection<B1> b1)
    • removeB1

      void removeB1(B1 b1)
    • clearB1

      void clearB1()
    • getB1

      Collection<B1> getB1()
    • getB1ByTopiaId

      B1 getB1ByTopiaId(String topiaId)
    • getB1TopiaIds

      Collection<String> getB1TopiaIds()
    • sizeB1

      int sizeB1()
    • isB1Empty

      boolean isB1Empty()
    • isB1NotEmpty

      boolean isB1NotEmpty()
    • containsB1

      boolean containsB1(B1 b1)