Interface BB17
- All Superinterfaces:
Serializable,TopiaEntity
- All Known Implementing Classes:
BB17Abstract,BB17Impl
-
Field Summary
FieldsFields 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 TypeMethodDescriptionvoidvoidvoidclearB17()booleancontainsB17(B17 b17) getB17()getB17ByTopiaId(String topiaId) intgetBb()intgetBb1()booleanbooleanvoidvoidsetB17(Collection<B17> b17) voidsetBb(int bb) voidsetBb1(int bb1) intsizeB17()Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_BB
- See Also:
-
PROPERTY_BB1
- See Also:
-
PROPERTY_B17
- See Also:
-
-
Method Details
-
setBb
void setBb(int bb) -
getBb
int getBb() -
setBb1
void setBb1(int bb1) -
getBb1
int getBb1() -
addB17
-
addAllB17
-
setB17
-
removeB17
-
clearB17
void clearB17() -
getB17
Collection<B17> getB17() -
getB17ByTopiaId
-
getB17TopiaIds
Collection<String> getB17TopiaIds() -
sizeB17
int sizeB17() -
isB17Empty
boolean isB17Empty() -
isB17NotEmpty
boolean isB17NotEmpty() -
containsB17
-