org.infoglue.cms.applications.contenttool.wizards.actions
Class CreateContentWizardInfoBean
java.lang.Object
org.infoglue.cms.applications.contenttool.wizards.actions.CreateContentWizardInfoBean
public class CreateContentWizardInfoBean
- 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 |
CreateContentWizardInfoBean
public CreateContentWizardInfoBean()
getContent
public Content getContent()
getParentContentId
public java.lang.Integer getParentContentId()
getRepositoryId
public java.lang.Integer getRepositoryId()
setContent
public void setContent(Content content)
setParentContentId
public void setParentContentId(java.lang.Integer parentContentId)
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
getContentTypeDefinitionId
public java.lang.Integer getContentTypeDefinitionId()
setContentTypeDefinitionId
public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
getDigitalAssets
public java.util.Map getDigitalAssets()
setDigitalAssets
public void setDigitalAssets(java.util.Map digitalAssets)
getContentVersions
public java.util.Map getContentVersions()
setContentVersions
public void setContentVersions(java.util.Map contentVersions)
getReturnAddress
public java.lang.String getReturnAddress()
setReturnAddress
public void setReturnAddress(java.lang.String returnAddress)
Copyright © 2005 InfoGlue.org All Rights Reserved.