Class A1Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test1.A1Abstract
All Implemented Interfaces:
Serializable, A1, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A1Impl

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

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

    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 A1

    PROPERTY_B1

    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
    addB1(B1 b1)
     
    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

    • b1

      protected Collection<B1> b1
      Nom de l'attribut en BD : b1
  • Constructor Details

    • A1Abstract

      public A1Abstract()
  • 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
    • addB1

      public void addB1(B1 b1)
      Specified by:
      addB1 in interface A1
    • addAllB1

      public void addAllB1(Iterable<B1> b1)
      Specified by:
      addAllB1 in interface A1
    • setB1

      public void setB1(Collection<B1> b1)
      Specified by:
      setB1 in interface A1
    • removeB1

      public void removeB1(B1 b1)
      Specified by:
      removeB1 in interface A1
    • clearB1

      public void clearB1()
      Specified by:
      clearB1 in interface A1
    • getB1

      public Collection<B1> getB1()
      Specified by:
      getB1 in interface A1
    • getB1ByTopiaId

      public B1 getB1ByTopiaId(String topiaId)
      Specified by:
      getB1ByTopiaId in interface A1
    • getB1TopiaIds

      public Collection<String> getB1TopiaIds()
      Specified by:
      getB1TopiaIds in interface A1
    • sizeB1

      public int sizeB1()
      Specified by:
      sizeB1 in interface A1
    • isB1Empty

      public boolean isB1Empty()
      Specified by:
      isB1Empty in interface A1
    • isB1NotEmpty

      public boolean isB1NotEmpty()
      Specified by:
      isB1NotEmpty in interface A1
    • containsB1

      public boolean containsB1(B1 b1)
      Specified by:
      containsB1 in interface A1