org.opencms.gwt.shared.property
Class CmsPropertyChangeSet

java.lang.Object
  extended by org.opencms.gwt.shared.property.CmsPropertyChangeSet
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsPropertyChangeSet
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

A bean representing a set of property changes.

Since:
8.0.0

Constructor Summary
protected CmsPropertyChangeSet()
          Hidden default constructor for serialization.
  CmsPropertyChangeSet(CmsUUID target, java.util.List<CmsPropertyModification> propertyChanges)
          Creates a new property change set.
 
Method Summary
 java.util.List<CmsPropertyModification> getChanges()
          Gets the list of property change beans.
 CmsUUID getTargetStructureId()
          Gets the structure id of the target resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsPropertyChangeSet

public CmsPropertyChangeSet(CmsUUID target,
                            java.util.List<CmsPropertyModification> propertyChanges)
Creates a new property change set.

Parameters:
target - the structure of the target resource
propertyChanges - the property changes themselves

CmsPropertyChangeSet

protected CmsPropertyChangeSet()
Hidden default constructor for serialization.

Method Detail

getChanges

public java.util.List<CmsPropertyModification> getChanges()
Gets the list of property change beans.

Returns:
the list of property change beans

getTargetStructureId

public CmsUUID getTargetStructureId()
Gets the structure id of the target resource.

Returns:
the structure id of the target resource