Interface LogicalDeletable<PK>
- All Superinterfaces:
 BusinessObject<PK>
LogicalDeletable is the interface a 
BusinessObject must implement to be deleted logically 
 via org.nuclos.api.provider.BusinessObjectProvider .
 
 - Author:
 - Matthias Reichart
 
- 
Method Summary
Modifier and TypeMethodDescriptionreturns true if business object is marked as logically deletedMethods inherited from interface org.nuclos.api.businessobject.BusinessObject
getEntity, getEntityUid, getId, getVersion, isDelete, isInsert, isUpdate 
- 
Method Details
- 
getNuclosLogicalDeleted
Boolean getNuclosLogicalDeleted()returns true if business object is marked as logically deleted 
 -