Package org.kuali.rice.krad.data
Class PersistenceOption
java.lang.Object
org.kuali.rice.krad.data.PersistenceOption
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic PersistenceOptionUsed to synchronize the data object with the database.static PersistenceOptionUsed to link references and synchronize foreign keys in the data object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LINK_KEYS
Used to link references and synchronize foreign keys in the data object. -
FLUSH
Used to synchronize the data object with the database.
-
-
Constructor Details
-
PersistenceOption
Sets the option Id- Parameters:
optionId- cannot be null or blank.
-
-
Method Details
-
getOptionId
Gets the option id.- Returns:
- not null or blank.
-