Class A71Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test7.A71Abstract
All Implemented Interfaces:
Serializable, A71, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A71Impl

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

    Fields
    Modifier and Type
    Field
    Description
    protected Collection<B71>
    Nom de l'attribut en BD : b71

    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 A71

    PROPERTY_B71

    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
    addB71(B71 b71)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
     
    void
     
    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

    • b71

      protected Collection<B71> b71
      Nom de l'attribut en BD : b71
  • Constructor Details

    • A71Abstract

      public A71Abstract()
  • 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
    • addB71

      public void addB71(B71 b71)
      Specified by:
      addB71 in interface A71
    • addAllB71

      public void addAllB71(Iterable<B71> b71)
      Specified by:
      addAllB71 in interface A71
    • setB71

      public void setB71(Collection<B71> b71)
      Specified by:
      setB71 in interface A71
    • removeB71

      public void removeB71(B71 b71)
      Specified by:
      removeB71 in interface A71
    • clearB71

      public void clearB71()
      Specified by:
      clearB71 in interface A71
    • getB71

      public Collection<B71> getB71()
      Specified by:
      getB71 in interface A71
    • getB71ByTopiaId

      public B71 getB71ByTopiaId(String topiaId)
      Specified by:
      getB71ByTopiaId in interface A71
    • getB71TopiaIds

      public Collection<String> getB71TopiaIds()
      Specified by:
      getB71TopiaIds in interface A71
    • sizeB71

      public int sizeB71()
      Specified by:
      sizeB71 in interface A71
    • isB71Empty

      public boolean isB71Empty()
      Specified by:
      isB71Empty in interface A71
    • isB71NotEmpty

      public boolean isB71NotEmpty()
      Specified by:
      isB71NotEmpty in interface A71
    • containsB71

      public boolean containsB71(B71 b71)
      Specified by:
      containsB71 in interface A71