Package nl.gx.webmanager.cms.core
Interface PageLabel
-
- All Superinterfaces:
Wrapper
public interface PageLabel extends Wrapper
Represents a label for a page version, which can currently e.g. be used to filter by in theCollectionElement
.- See Also:
PageVersion
,PageCollectionElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the page labelvoid
setName(String name)
Sets the name of the page label.
-