Class 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 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

      • getTargetStructureId

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

        Returns:
        the structure id of the target resource