Class PageCss
- java.lang.Object
-
- lumis.portal.structure.sync.model.page.PageCss
-
public class PageCss extends Object
Page CSS link model.Documentation in this class focus synchronization behavior.
- Since:
- 6.2.0
- Version:
- $Revision: 18221 $ $Date: 2016-01-15 15:05:59 -0200 (Fri, 15 Jan 2016) $
- See Also:
Page
,IPageManager
,CssConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PageCss.PageCssPK
-
Constructor Summary
Constructors Constructor Description PageCss()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterXmlRead()
PageCss.PageCssPK
getId()
Get thePageCss.PageCssPK
for this PageCssvoid
setPosition(Integer position)
-
-
-
Method Detail
-
getId
public PageCss.PageCssPK getId()
Get thePageCss.PageCssPK
for this PageCss- Returns:
- the PageCssPK.
-
setPosition
public void setPosition(Integer position)
-
afterXmlRead
public void afterXmlRead()
-
-