Class B22Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test2.B22Abstract
All Implemented Interfaces:
Serializable, B22, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
B22Impl

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

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

    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 B22

    PROPERTY_A22

    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
    addA22(A22 a22)
     
    void
     
    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

    • a22

      protected Collection<A22> a22
      Nom de l'attribut en BD : a22
  • Constructor Details

    • B22Abstract

      public B22Abstract()
  • 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
    • addA22

      public void addA22(A22 a22)
      Specified by:
      addA22 in interface B22
    • addAllA22

      public void addAllA22(Iterable<A22> a22)
      Specified by:
      addAllA22 in interface B22
    • setA22

      public void setA22(Collection<A22> a22)
      Specified by:
      setA22 in interface B22
    • removeA22

      public void removeA22(A22 a22)
      Specified by:
      removeA22 in interface B22
    • clearA22

      public void clearA22()
      Specified by:
      clearA22 in interface B22
    • getA22

      public Collection<A22> getA22()
      Specified by:
      getA22 in interface B22
    • getA22ByTopiaId

      public A22 getA22ByTopiaId(String topiaId)
      Specified by:
      getA22ByTopiaId in interface B22
    • getA22TopiaIds

      public Collection<String> getA22TopiaIds()
      Specified by:
      getA22TopiaIds in interface B22
    • sizeA22

      public int sizeA22()
      Specified by:
      sizeA22 in interface B22
    • isA22Empty

      public boolean isA22Empty()
      Specified by:
      isA22Empty in interface B22
    • isA22NotEmpty

      public boolean isA22NotEmpty()
      Specified by:
      isA22NotEmpty in interface B22
    • containsA22

      public boolean containsA22(A22 a22)
      Specified by:
      containsA22 in interface B22