org.infoglue.cms.applications.structuretool.wizards.actions
Class CreateSiteNodeWizardInfoBean
java.lang.Object
org.infoglue.cms.applications.structuretool.wizards.actions.CreateSiteNodeWizardInfoBean
public class CreateSiteNodeWizardInfoBean
- extends java.lang.Object
- Author:
- mattias
This class is used to store all needed information during the entire wizard. Much nicer than to
put the info in the session without a wrapper.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateSiteNodeWizardInfoBean
public CreateSiteNodeWizardInfoBean()
getParentSiteNodeId
public java.lang.Integer getParentSiteNodeId()
getRepositoryId
public java.lang.Integer getRepositoryId()
setParentSiteNodeId
public void setParentSiteNodeId(java.lang.Integer parentSiteNodeId)
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
getReturnAddress
public java.lang.String getReturnAddress()
setReturnAddress
public void setReturnAddress(java.lang.String returnAddress)
getSiteNodeVO
public SiteNodeVO getSiteNodeVO()
setSiteNodeVO
public void setSiteNodeVO(SiteNodeVO siteNodeVO)
getCancelAddress
public java.lang.String getCancelAddress()
setCancelAddress
public void setCancelAddress(java.lang.String cancelAddress)
getSiteNodeTypeDefinitionId
public java.lang.Integer getSiteNodeTypeDefinitionId()
setSiteNodeTypeDefinitionId
public void setSiteNodeTypeDefinitionId(java.lang.Integer siteNodeTypeDefinitionId)
setPageTemplateContentId
public void setPageTemplateContentId(java.lang.Integer pageTemplateContentId)
getPageTemplateContentId
public java.lang.Integer getPageTemplateContentId()
Copyright © 2005 InfoGlue.org All Rights Reserved.