Package org.exoplatform.portal.pom.data
Class PageData
java.lang.Object
org.exoplatform.portal.pom.data.ModelData
org.exoplatform.portal.pom.data.ComponentData
org.exoplatform.portal.pom.data.ContainerData
org.exoplatform.portal.pom.data.PageData
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
-
Field Summary
FieldsFields inherited from class org.exoplatform.portal.pom.data.ContainerData
appBackgroundStyle -
Constructor Summary
ConstructorsConstructorDescriptionPageData(String storageId, String id, String name, String icon, String template, String factoryId, String title, String description, String width, String height, String cssClass, String profiles, List<String> accessPermissions, List<ComponentData> children, String ownerType, String ownerId, String editPermission, boolean showMaxWindow, boolean hideSharedLayout, String type, String link) -
Method Summary
Methods inherited from class org.exoplatform.portal.pom.data.ModelData
getStorageId, getStorageName
-
Field Details
-
NULL_OBJECT
-
-
Constructor Details
-
PageData
public PageData(String storageId, String id, String name, String icon, String template, String factoryId, String title, String description, String width, String height, String cssClass, String profiles, List<String> accessPermissions, List<ComponentData> children, String ownerType, String ownerId, String editPermission, boolean showMaxWindow, boolean hideSharedLayout, String type, String link)
-
-
Method Details
-
getType
-
getLink
-
getOwnerType
-
getOwnerId
-
isNull
public boolean isNull()
-