Class Compat71TypeObjectJson

java.lang.Object
com.emc.documentum.rest.model.Compat71TypeObjectJson

@Deprecated public class Compat71TypeObjectJson extends Object
Deprecated.
since 7.2
Only for legacy JSON representation of Type resource Add a wrapper for type object
  • Constructor Details

    • Compat71TypeObjectJson

      public Compat71TypeObjectJson()
      Deprecated.
      Constructor
    • Compat71TypeObjectJson

      public Compat71TypeObjectJson(TypeObject realTypeObject)
      Deprecated.
      Constructor
      Parameters:
      realTypeObject - real type object
  • Method Details

    • getRealTypeObject

      public TypeObject getRealTypeObject()
      Deprecated.
      Get real type object
      Returns:
      real type object
    • setRealTypeObject

      public void setRealTypeObject(TypeObject realTypeObject)
      Deprecated.
      Set real type object
      Parameters:
      realTypeObject - real type object