org.infoglue.deliver.applications.databeans
Class WebPage

java.lang.Object
  extended by 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

Constructor Summary
WebPage()
           
 
Method Summary
 java.lang.Integer getContentId()
           
 java.lang.Integer getLanguageId()
           
 java.lang.Integer getMetaInfoContentId()
           
 java.lang.String getNavigationTitle()
           
 java.lang.Integer getSiteNodeId()
           
 java.lang.String getUrl()
           
 void setContentId(java.lang.Integer contentId)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setMetaInfoContentId(java.lang.Integer metaInfoContentId)
           
 void setNavigationTitle(java.lang.String navigationTitle)
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPage

public WebPage()
Method Detail

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.