public class CmsPropertyChangeSet
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsPropertyChangeSet()
Hidden default constructor for serialization.
|
|
CmsPropertyChangeSet(CmsUUID target,
java.util.List<CmsPropertyModification> propertyChanges)
Creates a new property change set.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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()