Class A32Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test3.A32Abstract
All Implemented Interfaces:
Serializable, A32, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A32Impl

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

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

    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 A32

    PROPERTY_B32

    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
    addB32(B32 b32)
     
    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

    • b32

      protected Collection<B32> b32
      Nom de l'attribut en BD : b32
  • Constructor Details

    • A32Abstract

      public A32Abstract()
  • 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
    • addB32

      public void addB32(B32 b32)
      Specified by:
      addB32 in interface A32
    • addAllB32

      public void addAllB32(Iterable<B32> b32)
      Specified by:
      addAllB32 in interface A32
    • setB32

      public void setB32(Collection<B32> b32)
      Specified by:
      setB32 in interface A32
    • removeB32

      public void removeB32(B32 b32)
      Specified by:
      removeB32 in interface A32
    • clearB32

      public void clearB32()
      Specified by:
      clearB32 in interface A32
    • getB32

      public Collection<B32> getB32()
      Specified by:
      getB32 in interface A32
    • getB32ByTopiaId

      public B32 getB32ByTopiaId(String topiaId)
      Specified by:
      getB32ByTopiaId in interface A32
    • getB32TopiaIds

      public Collection<String> getB32TopiaIds()
      Specified by:
      getB32TopiaIds in interface A32
    • sizeB32

      public int sizeB32()
      Specified by:
      sizeB32 in interface A32
    • isB32Empty

      public boolean isB32Empty()
      Specified by:
      isB32Empty in interface A32
    • isB32NotEmpty

      public boolean isB32NotEmpty()
      Specified by:
      isB32NotEmpty in interface A32
    • containsB32

      public boolean containsB32(B32 b32)
      Specified by:
      containsB32 in interface A32