Interface AutoSODatable

All Superinterfaces:
Datable, SAODatable, SODatable

public interface AutoSODatable extends SODatable
If your class implements this interface, its getData() method will be automatically add all non-transient fields using reflection. For more information see getData(SOData)
  • Method Details