Class A7Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test7.A7Abstract
All Implemented Interfaces:
Serializable, A7, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A7Impl

public abstract class A7Abstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements A7
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected List<B7>
    Nom de l'attribut en BD : b7

    Fields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity

    DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersion

    Fields inherited from interface A7

    PROPERTY_B7

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
     
    protected void
    accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
     
    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 class org.nuiton.topia.persistence.internal.AbstractTopiaEntity

    addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersion

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

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

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

    • b7

      protected List<B7> b7
      Nom de l'attribut en BD : b7
  • Constructor Details

    • A7Abstract

      public A7Abstract()
  • Method Details

    • accept

      public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException
      Specified by:
      accept in interface org.nuiton.topia.persistence.TopiaEntity
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • accept0

      protected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • addB7

      public void addB7(B7 b7)
      Specified by:
      addB7 in interface A7
    • addB7

      public void addB7(int index, B7 b7)
      Specified by:
      addB7 in interface A7
    • addAllB7

      public void addAllB7(Iterable<B7> b7)
      Specified by:
      addAllB7 in interface A7
    • setB7

      public void setB7(List<B7> b7)
      Specified by:
      setB7 in interface A7
    • removeB7

      public void removeB7(B7 b7)
      Specified by:
      removeB7 in interface A7
    • removeB7

      public void removeB7(int index)
      Specified by:
      removeB7 in interface A7
    • clearB7

      public void clearB7()
      Specified by:
      clearB7 in interface A7
    • getB7

      public List<B7> getB7()
      Specified by:
      getB7 in interface A7
    • getB7

      public B7 getB7(int index)
      Specified by:
      getB7 in interface A7
    • getB7ByTopiaId

      public B7 getB7ByTopiaId(String topiaId)
      Specified by:
      getB7ByTopiaId in interface A7
    • getB7TopiaIds

      public List<String> getB7TopiaIds()
      Specified by:
      getB7TopiaIds in interface A7
    • sizeB7

      public int sizeB7()
      Specified by:
      sizeB7 in interface A7
    • isB7Empty

      public boolean isB7Empty()
      Specified by:
      isB7Empty in interface A7
    • isB7NotEmpty

      public boolean isB7NotEmpty()
      Specified by:
      isB7NotEmpty in interface A7
    • containsB7

      public boolean containsB7(B7 b7)
      Specified by:
      containsB7 in interface A7