Class BB17Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test17.BB17Abstract
All Implemented Interfaces:
Serializable, BB17, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
BB17Impl

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

    Fields
    Modifier and Type
    Field
    Description
    protected Collection<B17>
    Nom de l'attribut en BD : b17
    protected int
    Nom de l'attribut en BD : cc
    protected int
    Nom de l'attribut en BD : bb1

    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 BB17

    PROPERTY_B17, PROPERTY_BB, PROPERTY_BB1

    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
    addB17(B17 b17)
     
    void
     
    boolean
     
     
     
     
    int
     
    int
     
    boolean
     
    boolean
     
    void
     
    void
     
    void
    setBb(int bb)
     
    void
    setBb1(int bb1)
     
    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

    • bb

      protected int bb
      Nom de l'attribut en BD : cc
    • bb1

      protected int bb1
      Nom de l'attribut en BD : bb1
    • b17

      protected Collection<B17> b17
      Nom de l'attribut en BD : b17
  • Constructor Details

    • BB17Abstract

      public BB17Abstract()
  • 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
    • setBb

      public void setBb(int bb)
      Specified by:
      setBb in interface BB17
    • getBb

      public int getBb()
      Specified by:
      getBb in interface BB17
    • setBb1

      public void setBb1(int bb1)
      Specified by:
      setBb1 in interface BB17
    • getBb1

      public int getBb1()
      Specified by:
      getBb1 in interface BB17
    • addB17

      public void addB17(B17 b17)
      Specified by:
      addB17 in interface BB17
    • addAllB17

      public void addAllB17(Iterable<B17> b17)
      Specified by:
      addAllB17 in interface BB17
    • setB17

      public void setB17(Collection<B17> b17)
      Specified by:
      setB17 in interface BB17
    • removeB17

      public void removeB17(B17 b17)
      Specified by:
      removeB17 in interface BB17
    • clearB17

      public void clearB17()
      Specified by:
      clearB17 in interface BB17
    • getB17

      public Collection<B17> getB17()
      Specified by:
      getB17 in interface BB17
    • getB17ByTopiaId

      public B17 getB17ByTopiaId(String topiaId)
      Specified by:
      getB17ByTopiaId in interface BB17
    • getB17TopiaIds

      public Collection<String> getB17TopiaIds()
      Specified by:
      getB17TopiaIds in interface BB17
    • sizeB17

      public int sizeB17()
      Specified by:
      sizeB17 in interface BB17
    • isB17Empty

      public boolean isB17Empty()
      Specified by:
      isB17Empty in interface BB17
    • isB17NotEmpty

      public boolean isB17NotEmpty()
      Specified by:
      isB17NotEmpty in interface BB17
    • containsB17

      public boolean containsB17(B17 b17)
      Specified by:
      containsB17 in interface BB17