org.nuiton.topia.test.ano1882
Class FrenchCompanyAbstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
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
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| 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 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 |
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
FrenchCompanyAbstract
public FrenchCompanyAbstract()
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.