Class PersistenceOption

java.lang.Object
org.kuali.rice.krad.data.PersistenceOption
All Implemented Interfaces:
Serializable

public class PersistenceOption extends Object implements Serializable
PersistenceOption is used when saving through the data object service to configure how the data will be stored.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • FLUSH

      public static PersistenceOption FLUSH
      Used to synchronize the data object with the database.
  • Constructor Details

    • PersistenceOption

      public PersistenceOption(String optionId)
      Sets the option Id
      Parameters:
      optionId - cannot be null or blank.
  • Method Details

    • getOptionId

      public String getOptionId()
      Gets the option id.
      Returns:
      not null or blank.