org.nuiton.topia.test.ano1882
Class FrenchCompanyAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topia.test.ano1882.FrenchCompanyAbstract
All Implemented Interfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, FrenchCompany
Direct Known Subclasses:
FrenchCompanyImpl

public abstract class FrenchCompanyAbstract
extends org.nuiton.topia.persistence.TopiaEntityAbstract
implements FrenchCompany

See Also:
Serialized Form

Field Summary
protected  SIREN sIREN
          Nom de l'attribut en BD : sIREN
protected  SIREN SIREN2
          Nom de l'attribut en BD : sIREN2
protected  Collection<SIRET> sIRET
          Nom de l'attribut en BD : sIRET
protected  Collection<SIRET> SIRET2
          Nom de l'attribut en BD : sIRET2
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.nuiton.topia.test.ano1882.FrenchCompany
PROPERTY_S_IREN, PROPERTY_S_IRET, PROPERTY_SIREN2, PROPERTY_SIRET2
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
FrenchCompanyAbstract()
           
 
Method Summary
 void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
           
 void addAllsIRET(Collection<SIRET> sIRET)
           
 void addAllSIRET2(Collection<SIRET> SIRET2)
           
 void addsIRET(SIRET sIRET)
           
 void addSIRET2(SIRET SIRET2)
           
 void clearsIRET()
           
 void clearSIRET2()
           
 List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
           
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
           
 SIREN getsIREN()
           
 SIREN getSIREN2()
           
 Collection<SIRET> getsIRET()
           
 Collection<SIRET> getSIRET2()
           
 SIRET getSIRET2ByTopiaId(String topiaId)
           
 SIRET getsIRETByTopiaId(String topiaId)
           
 boolean isSIRET2Empty()
           
 boolean issIRETEmpty()
           
 void removesIRET(SIRET sIRET)
           
 void removeSIRET2(SIRET SIRET2)
           
 void setsIREN(SIREN sIREN)
           
 void setSIREN2(SIREN SIREN2)
           
 void setsIRET(Collection<SIRET> sIRET)
           
 void setSIRET2(Collection<SIRET> SIRET2)
           
 int sizesIRET()
           
 int sizeSIRET2()
           
 String toString()
           
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

sIREN

protected SIREN sIREN
Nom de l'attribut en BD : sIREN


sIRET

protected Collection<SIRET> sIRET
Nom de l'attribut en BD : sIRET


SIREN2

protected SIREN SIREN2
Nom de l'attribut en BD : sIREN2


SIRET2

protected Collection<SIRET> SIRET2
Nom de l'attribut en BD : sIRET2

Constructor Detail

FrenchCompanyAbstract

public FrenchCompanyAbstract()
Method Detail

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Throws:
org.nuiton.topia.TopiaException

setsIREN

public void setsIREN(SIREN sIREN)
Specified by:
setsIREN in interface FrenchCompany

getsIREN

public SIREN getsIREN()
Specified by:
getsIREN in interface FrenchCompany

addsIRET

public void addsIRET(SIRET sIRET)
Specified by:
addsIRET in interface FrenchCompany

addAllsIRET

public void addAllsIRET(Collection<SIRET> sIRET)
Specified by:
addAllsIRET in interface FrenchCompany

setsIRET

public void setsIRET(Collection<SIRET> sIRET)
Specified by:
setsIRET in interface FrenchCompany

removesIRET

public void removesIRET(SIRET sIRET)
Specified by:
removesIRET in interface FrenchCompany

clearsIRET

public void clearsIRET()
Specified by:
clearsIRET in interface FrenchCompany

getsIRET

public Collection<SIRET> getsIRET()
Specified by:
getsIRET in interface FrenchCompany

getsIRETByTopiaId

public SIRET getsIRETByTopiaId(String topiaId)
Specified by:
getsIRETByTopiaId in interface FrenchCompany

sizesIRET

public int sizesIRET()
Specified by:
sizesIRET in interface FrenchCompany

issIRETEmpty

public boolean issIRETEmpty()
Specified by:
issIRETEmpty in interface FrenchCompany

setSIREN2

public void setSIREN2(SIREN SIREN2)
Specified by:
setSIREN2 in interface FrenchCompany

getSIREN2

public SIREN getSIREN2()
Specified by:
getSIREN2 in interface FrenchCompany

addSIRET2

public void addSIRET2(SIRET SIRET2)
Specified by:
addSIRET2 in interface FrenchCompany

addAllSIRET2

public void addAllSIRET2(Collection<SIRET> SIRET2)
Specified by:
addAllSIRET2 in interface FrenchCompany

setSIRET2

public void setSIRET2(Collection<SIRET> SIRET2)
Specified by:
setSIRET2 in interface FrenchCompany

removeSIRET2

public void removeSIRET2(SIRET SIRET2)
Specified by:
removeSIRET2 in interface FrenchCompany

clearSIRET2

public void clearSIRET2()
Specified by:
clearSIRET2 in interface FrenchCompany

getSIRET2

public Collection<SIRET> getSIRET2()
Specified by:
getSIRET2 in interface FrenchCompany

getSIRET2ByTopiaId

public SIRET getSIRET2ByTopiaId(String topiaId)
Specified by:
getSIRET2ByTopiaId in interface FrenchCompany

sizeSIRET2

public int sizeSIRET2()
Specified by:
sizeSIRET2 in interface FrenchCompany

isSIRET2Empty

public boolean isSIRET2Empty()
Specified by:
isSIRET2Empty in interface FrenchCompany

getAggregate

public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class org.nuiton.topia.persistence.TopiaEntityAbstract
Throws:
org.nuiton.topia.TopiaException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 CodeLutin. All Rights Reserved.