org.infoglue.cms.applications.contenttool.wizards.actions
Class CreateContentWizardInfoBean

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

Constructor Summary
CreateContentWizardInfoBean()
           
 
Method Summary
 java.lang.String getCancelAddress()
           
 Content getContent()
           
 java.lang.Integer getContentTypeDefinitionId()
           
 java.util.Map getContentVersions()
           
 ContentVO getContentVO()
           
 java.util.Map getDigitalAssets()
           
 java.lang.Integer getParentContentId()
           
 java.lang.Integer getRepositoryId()
           
 java.lang.String getReturnAddress()
           
 void setCancelAddress(java.lang.String cancelAddress)
           
 void setContent(Content content)
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setContentVersions(java.util.Map contentVersions)
           
 void setContentVO(ContentVO contentVO)
           
 void setDigitalAssets(java.util.Map digitalAssets)
           
 void setParentContentId(java.lang.Integer parentContentId)
           
 void setRepositoryId(java.lang.Integer repositoryId)
           
 void setReturnAddress(java.lang.String returnAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateContentWizardInfoBean

public CreateContentWizardInfoBean()
Method Detail

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)

getContentVO

public ContentVO getContentVO()

setContentVO

public void setContentVO(ContentVO contentVO)

getCancelAddress

public java.lang.String getCancelAddress()

setCancelAddress

public void setCancelAddress(java.lang.String cancelAddress)


Copyright © 2005 InfoGlue.org All Rights Reserved.