Interface MasterObject


public interface MasterObject
A StoredObject class that actually hosts its data in a master database should implement this marker interface. Typically, this is used when the data is hosted in a database named "masterdata".

Note: All master classes are "final" classes and can't be inherited further.

Author:
Syam