Class RestModelImpl


  • public class RestModelImpl
    extends Object
    All RestModel implementations will extend this base class, which will provide the functionality for dirty field field checking. It is an implementation detail, and should not be accessed directly.
    Author:
    jdlee
    • Constructor Detail

      • RestModelImpl

        public RestModelImpl()
    • Method Detail

      • isSet

        public boolean isSet​(String fieldName)
      • allFieldsSet

        public void allFieldsSet()
      • fieldSet

        public void fieldSet​(String fieldName)
      • trimmed

        public void trimmed()
      • isTrimmed

        public boolean isTrimmed()