Class A14CAbstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test14.A14CAbstract
All Implemented Interfaces:
Serializable, A14C, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A14CImpl

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

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

    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 A14C

    PROPERTY_B14_CASSOC14_C

    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
    addB14CAssoc14C(Assoc14C b14CAssoc14C)
     
    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

    • b14CAssoc14C

      protected Collection<Assoc14C> b14CAssoc14C
      Nom de l'attribut en BD : b14C
  • Constructor Details

    • A14CAbstract

      public A14CAbstract()
  • 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
    • addB14CAssoc14C

      public void addB14CAssoc14C(Assoc14C b14CAssoc14C)
      Specified by:
      addB14CAssoc14C in interface A14C
    • addAllB14CAssoc14C

      public void addAllB14CAssoc14C(Iterable<Assoc14C> b14CAssoc14C)
      Specified by:
      addAllB14CAssoc14C in interface A14C
    • setB14CAssoc14C

      public void setB14CAssoc14C(Collection<Assoc14C> b14CAssoc14C)
      Specified by:
      setB14CAssoc14C in interface A14C
    • removeB14CAssoc14C

      public void removeB14CAssoc14C(Assoc14C b14CAssoc14C)
      Specified by:
      removeB14CAssoc14C in interface A14C
    • clearB14CAssoc14C

      public void clearB14CAssoc14C()
      Specified by:
      clearB14CAssoc14C in interface A14C
    • getB14CAssoc14C

      public Collection<Assoc14C> getB14CAssoc14C()
      Specified by:
      getB14CAssoc14C in interface A14C
    • getB14CAssoc14CByTopiaId

      public Assoc14C getB14CAssoc14CByTopiaId(String topiaId)
      Specified by:
      getB14CAssoc14CByTopiaId in interface A14C
    • getB14CAssoc14CTopiaIds

      public Collection<String> getB14CAssoc14CTopiaIds()
      Specified by:
      getB14CAssoc14CTopiaIds in interface A14C
    • sizeB14CAssoc14C

      public int sizeB14CAssoc14C()
      Specified by:
      sizeB14CAssoc14C in interface A14C
    • isB14CAssoc14CEmpty

      public boolean isB14CAssoc14CEmpty()
      Specified by:
      isB14CAssoc14CEmpty in interface A14C
    • isB14CAssoc14CNotEmpty

      public boolean isB14CAssoc14CNotEmpty()
      Specified by:
      isB14CAssoc14CNotEmpty in interface A14C
    • containsB14CAssoc14C

      public boolean containsB14CAssoc14C(Assoc14C b14CAssoc14C)
      Specified by:
      containsB14CAssoc14C in interface A14C