Package org.opencms.gwt.shared.property
Class CmsPropertyChangeSet
java.lang.Object
org.opencms.gwt.shared.property.CmsPropertyChangeSet
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsPropertyChangeSet
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A bean representing a set of property changes.
- Since:
- 8.0.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
Hidden default constructor for serialization.CmsPropertyChangeSet
(CmsUUID target, List<CmsPropertyModification> propertyChanges) Creates a new property change set. -
Method Summary
Modifier and TypeMethodDescriptionGets the list of property change beans.Gets the structure id of the target resource.
-
Constructor Details
-
CmsPropertyChangeSet
Creates a new property change set.- Parameters:
target
- the structure of the target resourcepropertyChanges
- the property changes themselves
-
CmsPropertyChangeSet
protected CmsPropertyChangeSet()Hidden default constructor for serialization.
-
-
Method Details
-
getChanges
Gets the list of property change beans.- Returns:
- the list of property change beans
-
getTargetStructureId
Gets the structure id of the target resource.- Returns:
- the structure id of the target resource
-