public class CmsPropertyChangeSet extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsPropertyChangeSet()
Hidden default constructor for serialization.
|
|
CmsPropertyChangeSet(CmsUUID target,
java.util.List<CmsPropertyModification> propertyChanges)
Creates a new property change set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPropertyModification> |
getChanges()
Gets the list of property change beans.
|
CmsUUID |
getTargetStructureId()
Gets the structure id of the target resource.
|
public CmsPropertyChangeSet(CmsUUID target, java.util.List<CmsPropertyModification> propertyChanges)
target - the structure of the target resourcepropertyChanges - the property changes themselvesprotected CmsPropertyChangeSet()
public java.util.List<CmsPropertyModification> getChanges()
public CmsUUID getTargetStructureId()