Class A62Abstract

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

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

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

    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 A62

    PROPERTY_B62

    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
    addB62(int index, B62 b62)
     
    void
    addB62(B62 b62)
     
    void
     
    boolean
     
     
    getB62(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeB62(int index)
     
    void
     
    void
    setB62(List<B62> b62)
     
    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

    • b62

      protected List<B62> b62
      Nom de l'attribut en BD : b62
  • Constructor Details

    • A62Abstract

      public A62Abstract()
  • 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
    • addB62

      public void addB62(B62 b62)
      Specified by:
      addB62 in interface A62
    • addB62

      public void addB62(int index, B62 b62)
      Specified by:
      addB62 in interface A62
    • addAllB62

      public void addAllB62(Iterable<B62> b62)
      Specified by:
      addAllB62 in interface A62
    • setB62

      public void setB62(List<B62> b62)
      Specified by:
      setB62 in interface A62
    • removeB62

      public void removeB62(B62 b62)
      Specified by:
      removeB62 in interface A62
    • removeB62

      public void removeB62(int index)
      Specified by:
      removeB62 in interface A62
    • clearB62

      public void clearB62()
      Specified by:
      clearB62 in interface A62
    • getB62

      public List<B62> getB62()
      Specified by:
      getB62 in interface A62
    • getB62

      public B62 getB62(int index)
      Specified by:
      getB62 in interface A62
    • getB62ByTopiaId

      public B62 getB62ByTopiaId(String topiaId)
      Specified by:
      getB62ByTopiaId in interface A62
    • getB62TopiaIds

      public List<String> getB62TopiaIds()
      Specified by:
      getB62TopiaIds in interface A62
    • sizeB62

      public int sizeB62()
      Specified by:
      sizeB62 in interface A62
    • isB62Empty

      public boolean isB62Empty()
      Specified by:
      isB62Empty in interface A62
    • isB62NotEmpty

      public boolean isB62NotEmpty()
      Specified by:
      isB62NotEmpty in interface A62
    • containsB62

      public boolean containsB62(B62 b62)
      Specified by:
      containsB62 in interface A62