|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.property.CmsPropertyChangeSet
public class CmsPropertyChangeSet
A bean representing a set of property changes.
| 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 |
|---|
public CmsPropertyChangeSet(CmsUUID target,
java.util.List<CmsPropertyModification> propertyChanges)
target - the structure of the target resourcepropertyChanges - the property changes themselvesprotected CmsPropertyChangeSet()
| Method Detail |
|---|
public java.util.List<CmsPropertyModification> getChanges()
public CmsUUID getTargetStructureId()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||