Class DeleteDocumentProperty

java.lang.Object
com.lexmark.saperion.PropertyType
com.saperion.database.DeleteDocumentProperty
All Implemented Interfaces:
Serializable

public final class DeleteDocumentProperty extends com.lexmark.saperion.PropertyType implements Serializable
A singleton that indicates that a property should be deleted in an update operation.
Author:
jschwarz
See Also:
  • Field Details

  • Method Details

    • getType

      public com.lexmark.saperion.archive.FieldTypeEnum getType()
      Overrides:
      getType in class com.lexmark.saperion.PropertyType
    • setType

      public void setType(com.lexmark.saperion.archive.FieldTypeEnum type)
      Overrides:
      setType in class com.lexmark.saperion.PropertyType
    • getPropertyValue

      public Object getPropertyValue()
      Overrides:
      getPropertyValue in class com.lexmark.saperion.PropertyType
    • setPropertyValue

      public void setPropertyValue(Object value)
      Overrides:
      setPropertyValue in class com.lexmark.saperion.PropertyType
    • readResolve

      protected Object readResolve()
    • toString

      public String toString()
      Overrides:
      toString in class com.lexmark.saperion.PropertyType