Interface AutoSODatable

All Superinterfaces:
Datable, SAODatable, SODatable
All Known Implementing Classes:
Test, Test.RB, Test.RT

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