Package org.nuiton.topia.test.ano1882
Interface FrenchCompany
- All Superinterfaces:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
FrenchCompanyAbstract,FrenchCompanyImpl
public interface FrenchCompany
extends org.nuiton.topia.persistence.TopiaEntity
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_S_IRENstatic java.lang.StringPROPERTY_S_IRETstatic java.lang.StringPROPERTY_SIREN2static java.lang.StringPROPERTY_SIRET2 -
Method Summary
Modifier and Type Method Description voidaddAllsIRET(java.util.Collection<SIRET> sIRET)voidaddAllSIRET2(java.util.Collection<SIRET> SIRET2)voidaddsIRET(SIRET sIRET)voidaddSIRET2(SIRET SIRET2)voidclearsIRET()voidclearSIRET2()SIRENgetsIREN()SIRENgetSIREN2()java.util.Collection<SIRET>getsIRET()java.util.Collection<SIRET>getSIRET2()SIRETgetSIRET2ByTopiaId(java.lang.String topiaId)SIRETgetsIRETByTopiaId(java.lang.String topiaId)booleanisSIRET2Empty()booleanissIRETEmpty()voidremovesIRET(SIRET sIRET)voidremoveSIRET2(SIRET SIRET2)voidsetsIREN(SIREN sIREN)voidsetSIREN2(SIREN SIREN2)voidsetsIRET(java.util.Collection<SIRET> sIRET)voidsetSIRET2(java.util.Collection<SIRET> SIRET2)intsizesIRET()intsizeSIRET2()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
-
Field Details
-
PROPERTY_S_IREN
static final java.lang.String PROPERTY_S_IREN- See Also:
- Constant Field Values
-
PROPERTY_S_IRET
static final java.lang.String PROPERTY_S_IRET- See Also:
- Constant Field Values
-
PROPERTY_SIREN2
static final java.lang.String PROPERTY_SIREN2- See Also:
- Constant Field Values
-
PROPERTY_SIRET2
static final java.lang.String PROPERTY_SIRET2- See Also:
- Constant Field Values
-
-
Method Details
-
setsIREN
-
getsIREN
SIREN getsIREN() -
addsIRET
-
addAllsIRET
-
setsIRET
-
removesIRET
-
clearsIRET
void clearsIRET() -
getsIRET
java.util.Collection<SIRET> getsIRET() -
getsIRETByTopiaId
-
sizesIRET
int sizesIRET() -
issIRETEmpty
boolean issIRETEmpty() -
setSIREN2
-
getSIREN2
SIREN getSIREN2() -
addSIRET2
-
addAllSIRET2
-
setSIRET2
-
removeSIRET2
-
clearSIRET2
void clearSIRET2() -
getSIRET2
java.util.Collection<SIRET> getSIRET2() -
getSIRET2ByTopiaId
-
sizeSIRET2
int sizeSIRET2() -
isSIRET2Empty
boolean isSIRET2Empty()
-