Package org.bedework.calfacade.base
Interface SizedEntity
- All Known Implementing Classes:
BwCategory,BwContact,BwLocation,BwLongString,BwOrganizer,BwString,BwStringBase
public interface SizedEntity
This interface is implemntewd by classes which will report their size,
usually for quota purposes.
- Author:
- Mike Douglass
-
Method Summary
-
Method Details
-
getSize
int getSize()- Returns:
- integer current size of object.
-