org.infoglue.deliver.applications.databeans
Class WebPage
java.lang.Object
org.infoglue.deliver.applications.databeans.WebPage
public class WebPage
- extends java.lang.Object
This bean is a convenience storage for different kinds of collections of siteNodes.
To be able to return a convenient list of for example a siteNodes children we create a list
of WebPage-objects. Much cleaner than to iterate through the siteNodeVO:s and then ask the
deliveryengine again if something is not there.
- Author:
- Mattias Bogeblad
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPage
public WebPage()
setSiteNodeId
public void setSiteNodeId(java.lang.Integer siteNodeId)
setLanguageId
public void setLanguageId(java.lang.Integer languageId)
setContentId
public void setContentId(java.lang.Integer contentId)
getSiteNodeId
public java.lang.Integer getSiteNodeId()
getLanguageId
public java.lang.Integer getLanguageId()
getContentId
public java.lang.Integer getContentId()
setUrl
public void setUrl(java.lang.String url)
setNavigationTitle
public void setNavigationTitle(java.lang.String navigationTitle)
getUrl
public java.lang.String getUrl()
getNavigationTitle
public java.lang.String getNavigationTitle()
getMetaInfoContentId
public java.lang.Integer getMetaInfoContentId()
setMetaInfoContentId
public void setMetaInfoContentId(java.lang.Integer metaInfoContentId)
Copyright © 2005 InfoGlue.org All Rights Reserved.