org.nuiton.topia.test.ano1882
Interface FrenchCompany
- All Superinterfaces:
- Serializable, org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
- FrenchCompanyAbstract, FrenchCompanyImpl
public interface FrenchCompany
- extends org.nuiton.topia.persistence.TopiaEntity
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
PROPERTY_S_IREN
static final String PROPERTY_S_IREN
- See Also:
- Constant Field Values
PROPERTY_S_IRET
static final String PROPERTY_S_IRET
- See Also:
- Constant Field Values
PROPERTY_SIREN2
static final String PROPERTY_SIREN2
- See Also:
- Constant Field Values
PROPERTY_SIRET2
static final String PROPERTY_SIRET2
- See Also:
- Constant Field Values
setsIREN
void setsIREN(SIREN sIREN)
getsIREN
SIREN getsIREN()
addsIRET
void addsIRET(SIRET sIRET)
addAllsIRET
void addAllsIRET(Collection<SIRET> sIRET)
setsIRET
void setsIRET(Collection<SIRET> sIRET)
removesIRET
void removesIRET(SIRET sIRET)
clearsIRET
void clearsIRET()
getsIRET
Collection<SIRET> getsIRET()
getsIRETByTopiaId
SIRET getsIRETByTopiaId(String topiaId)
sizesIRET
int sizesIRET()
issIRETEmpty
boolean issIRETEmpty()
setSIREN2
void setSIREN2(SIREN SIREN2)
getSIREN2
SIREN getSIREN2()
addSIRET2
void addSIRET2(SIRET SIRET2)
addAllSIRET2
void addAllSIRET2(Collection<SIRET> SIRET2)
setSIRET2
void setSIRET2(Collection<SIRET> SIRET2)
removeSIRET2
void removeSIRET2(SIRET SIRET2)
clearSIRET2
void clearSIRET2()
getSIRET2
Collection<SIRET> getSIRET2()
getSIRET2ByTopiaId
SIRET getSIRET2ByTopiaId(String topiaId)
sizeSIRET2
int sizeSIRET2()
isSIRET2Empty
boolean isSIRET2Empty()
Copyright © 2004-2012 CodeLutin. All Rights Reserved.