Class B32Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test3.B32Abstract
All Implemented Interfaces:
Serializable, B32, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
B32Impl

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

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

    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 B32

    PROPERTY_A32

    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
    addA32(A32 a32)
     
    void
     
    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

    • a32

      protected Collection<A32> a32
      Nom de l'attribut en BD : a32
  • Constructor Details

    • B32Abstract

      public B32Abstract()
  • 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
    • addA32

      public void addA32(A32 a32)
      Specified by:
      addA32 in interface B32
    • addAllA32

      public void addAllA32(Iterable<A32> a32)
      Specified by:
      addAllA32 in interface B32
    • setA32

      public void setA32(Collection<A32> a32)
      Specified by:
      setA32 in interface B32
    • removeA32

      public void removeA32(A32 a32)
      Specified by:
      removeA32 in interface B32
    • clearA32

      public void clearA32()
      Specified by:
      clearA32 in interface B32
    • getA32

      public Collection<A32> getA32()
      Specified by:
      getA32 in interface B32
    • getA32ByTopiaId

      public A32 getA32ByTopiaId(String topiaId)
      Specified by:
      getA32ByTopiaId in interface B32
    • getA32TopiaIds

      public Collection<String> getA32TopiaIds()
      Specified by:
      getA32TopiaIds in interface B32
    • sizeA32

      public int sizeA32()
      Specified by:
      sizeA32 in interface B32
    • isA32Empty

      public boolean isA32Empty()
      Specified by:
      isA32Empty in interface B32
    • isA32NotEmpty

      public boolean isA32NotEmpty()
      Specified by:
      isA32NotEmpty in interface B32
    • containsA32

      public boolean containsA32(A32 a32)
      Specified by:
      containsA32 in interface B32