Class A51Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test5.A51Abstract
All Implemented Interfaces:
Serializable, A51, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A51Impl

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

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

    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 A51

    PROPERTY_B51

    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
    addB51(B51 b51)
     
    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

    • b51

      protected Collection<B51> b51
      Nom de l'attribut en BD : b51
  • Constructor Details

    • A51Abstract

      public A51Abstract()
  • 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
    • addB51

      public void addB51(B51 b51)
      Specified by:
      addB51 in interface A51
    • addAllB51

      public void addAllB51(Iterable<B51> b51)
      Specified by:
      addAllB51 in interface A51
    • setB51

      public void setB51(Collection<B51> b51)
      Specified by:
      setB51 in interface A51
    • removeB51

      public void removeB51(B51 b51)
      Specified by:
      removeB51 in interface A51
    • clearB51

      public void clearB51()
      Specified by:
      clearB51 in interface A51
    • getB51

      public Collection<B51> getB51()
      Specified by:
      getB51 in interface A51
    • getB51ByTopiaId

      public B51 getB51ByTopiaId(String topiaId)
      Specified by:
      getB51ByTopiaId in interface A51
    • getB51TopiaIds

      public Collection<String> getB51TopiaIds()
      Specified by:
      getB51TopiaIds in interface A51
    • sizeB51

      public int sizeB51()
      Specified by:
      sizeB51 in interface A51
    • isB51Empty

      public boolean isB51Empty()
      Specified by:
      isB51Empty in interface A51
    • isB51NotEmpty

      public boolean isB51NotEmpty()
      Specified by:
      isB51NotEmpty in interface A51
    • containsB51

      public boolean containsB51(B51 b51)
      Specified by:
      containsB51 in interface A51