Class A6Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test6.A6Abstract
All Implemented Interfaces:
Serializable, A6, org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A6Impl

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

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

    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 A6

    PROPERTY_B6

    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
    addB6(int index, B6 b6)
     
    void
    addB6(B6 b6)
     
    void
     
    boolean
     
     
    getB6(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeB6(int index)
     
    void
     
    void
    setB6(List<B6> b6)
     
    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.event.ListenableBean

    addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity

    addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener

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

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

    • b6

      protected List<B6> b6
      Nom de l'attribut en BD : b6
  • Constructor Details

    • A6Abstract

      public A6Abstract()
  • 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
    • addB6

      public void addB6(B6 b6)
      Specified by:
      addB6 in interface A6
    • addB6

      public void addB6(int index, B6 b6)
      Specified by:
      addB6 in interface A6
    • addAllB6

      public void addAllB6(Iterable<B6> b6)
      Specified by:
      addAllB6 in interface A6
    • setB6

      public void setB6(List<B6> b6)
      Specified by:
      setB6 in interface A6
    • removeB6

      public void removeB6(B6 b6)
      Specified by:
      removeB6 in interface A6
    • removeB6

      public void removeB6(int index)
      Specified by:
      removeB6 in interface A6
    • clearB6

      public void clearB6()
      Specified by:
      clearB6 in interface A6
    • getB6

      public List<B6> getB6()
      Specified by:
      getB6 in interface A6
    • getB6

      public B6 getB6(int index)
      Specified by:
      getB6 in interface A6
    • getB6ByTopiaId

      public B6 getB6ByTopiaId(String topiaId)
      Specified by:
      getB6ByTopiaId in interface A6
    • getB6TopiaIds

      public List<String> getB6TopiaIds()
      Specified by:
      getB6TopiaIds in interface A6
    • sizeB6

      public int sizeB6()
      Specified by:
      sizeB6 in interface A6
    • isB6Empty

      public boolean isB6Empty()
      Specified by:
      isB6Empty in interface A6
    • isB6NotEmpty

      public boolean isB6NotEmpty()
      Specified by:
      isB6NotEmpty in interface A6
    • containsB6

      public boolean containsB6(B6 b6)
      Specified by:
      containsB6 in interface A6