Package 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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllsIRET(Collection<SIRET> sIRET) voidaddAllSIRET2(Collection<SIRET> SIRET2) voidvoidvoidvoidgetsIREN()getsIRET()getSIRET2ByTopiaId(String topiaId) getsIRETByTopiaId(String topiaId) booleanbooleanvoidremovesIRET(SIRET sIRET) voidremoveSIRET2(SIRET SIRET2) voidvoidvoidsetsIRET(Collection<SIRET> sIRET) voidsetSIRET2(Collection<SIRET> SIRET2) intintMethods 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
- See Also:
-
PROPERTY_S_IRET
- See Also:
-
PROPERTY_SIREN2
- See Also:
-
PROPERTY_SIRET2
- See Also:
-
-
Method Details
-
setsIREN
-
getsIREN
SIREN getsIREN() -
addsIRET
-
addAllsIRET
-
setsIRET
-
removesIRET
-
clearsIRET
void clearsIRET() -
getsIRET
Collection<SIRET> getsIRET() -
getsIRETByTopiaId
-
sizesIRET
int sizesIRET() -
issIRETEmpty
boolean issIRETEmpty() -
setSIREN2
-
getSIREN2
SIREN getSIREN2() -
addSIRET2
-
addAllSIRET2
-
setSIRET2
-
removeSIRET2
-
clearSIRET2
void clearSIRET2() -
getSIRET2
Collection<SIRET> getSIRET2() -
getSIRET2ByTopiaId
-
sizeSIRET2
int sizeSIRET2() -
isSIRET2Empty
boolean isSIRET2Empty()
-