Interface FrenchCompany
- All Superinterfaces:
org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, Serializable, org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
FrenchCompanyAbstract, FrenchCompanyImpl
public interface FrenchCompany
extends org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.event.ListenableTopiaEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllsIRET(Iterable<SIRET> sIRET) voidaddAllSIRET2(Iterable<SIRET> SIRET2) voidvoidvoidvoidbooleancontainssIRET(SIRET sIRET) booleancontainsSIRET2(SIRET SIRET2) getsIREN()getsIRET()getSIRET2ByTopiaId(String topiaId) getsIRETByTopiaId(String topiaId) booleanbooleanbooleanbooleanvoidremovesIRET(SIRET sIRET) voidremoveSIRET2(SIRET SIRET2) voidvoidvoidsetsIRET(Collection<SIRET> sIRET) voidsetSIRET2(Collection<SIRET> SIRET2) intintMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, 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
-
getsIRETTopiaIds
Collection<String> getsIRETTopiaIds() -
sizesIRET
int sizesIRET() -
issIRETEmpty
boolean issIRETEmpty() -
issIRETNotEmpty
boolean issIRETNotEmpty() -
containssIRET
-
setSIREN2
-
getSIREN2
SIREN getSIREN2() -
addSIRET2
-
addAllSIRET2
-
setSIRET2
-
removeSIRET2
-
clearSIRET2
void clearSIRET2() -
getSIRET2
Collection<SIRET> getSIRET2() -
getSIRET2ByTopiaId
-
getSIRET2TopiaIds
Collection<String> getSIRET2TopiaIds() -
sizeSIRET2
int sizeSIRET2() -
isSIRET2Empty
boolean isSIRET2Empty() -
isSIRET2NotEmpty
boolean isSIRET2NotEmpty() -
containsSIRET2
-