Class A12Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test1.A12Abstract
All Implemented Interfaces:
Serializable, A12, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A12Impl

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

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

    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 A12

    PROPERTY_B12

    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
    addB12(B12 b12)
     
    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

    • b12

      protected Collection<B12> b12
      Nom de l'attribut en BD : b12
  • Constructor Details

    • A12Abstract

      public A12Abstract()
  • 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
    • addB12

      public void addB12(B12 b12)
      Specified by:
      addB12 in interface A12
    • addAllB12

      public void addAllB12(Iterable<B12> b12)
      Specified by:
      addAllB12 in interface A12
    • setB12

      public void setB12(Collection<B12> b12)
      Specified by:
      setB12 in interface A12
    • removeB12

      public void removeB12(B12 b12)
      Specified by:
      removeB12 in interface A12
    • clearB12

      public void clearB12()
      Specified by:
      clearB12 in interface A12
    • getB12

      public Collection<B12> getB12()
      Specified by:
      getB12 in interface A12
    • getB12ByTopiaId

      public B12 getB12ByTopiaId(String topiaId)
      Specified by:
      getB12ByTopiaId in interface A12
    • getB12TopiaIds

      public Collection<String> getB12TopiaIds()
      Specified by:
      getB12TopiaIds in interface A12
    • sizeB12

      public int sizeB12()
      Specified by:
      sizeB12 in interface A12
    • isB12Empty

      public boolean isB12Empty()
      Specified by:
      isB12Empty in interface A12
    • isB12NotEmpty

      public boolean isB12NotEmpty()
      Specified by:
      isB12NotEmpty in interface A12
    • containsB12

      public boolean containsB12(B12 b12)
      Specified by:
      containsB12 in interface A12