Class SubmissionProperty

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

@CommitLog public class SubmissionProperty extends _SubmissionProperty
Provides the entity class to store submission properties.
See Also:
  • Constructor Details

    • SubmissionProperty

      public SubmissionProperty()
  • Method Details

    • getPropertyValue

      public String getPropertyValue()
      Return the submission property value, converting to plaintext if the underlying storage is encrypted.
      Overrides:
      getPropertyValue in class _SubmissionProperty
      Returns:
      the submission property value, converting to plaintext if the underlying storage is encrypted.
      Since:
      4.3.0
    • setPropertyValue

      public void setPropertyValue(String value)
      Set the plain text submission property value. This method will encrypt the data if required.
      Overrides:
      setPropertyValue in class _SubmissionProperty
      Parameters:
      value - the plain text submission property value.
      Since:
      4.3.0