org.infoglue.cms.applications.managementtool.actions
Class CreateContentTypeDefinitionAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.managementtool.actions.CreateContentTypeDefinitionAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class CreateContentTypeDefinitionAction
extends WebworkAbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
CreateContentTypeDefinitionAction()
           
CreateContentTypeDefinitionAction(ContentTypeDefinitionVO contentTypeDefinitionVO)
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.String doInput()
           
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.String getName()
           
 java.lang.Integer getType()
           
 void setName(java.lang.String name)
           
 void setType(java.lang.Integer type)
           
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateContentTypeDefinitionAction

public CreateContentTypeDefinitionAction()

CreateContentTypeDefinitionAction

public CreateContentTypeDefinitionAction(ContentTypeDefinitionVO contentTypeDefinitionVO)
Method Detail

getContentTypeDefinitionId

public java.lang.Integer getContentTypeDefinitionId()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception

doInput

public java.lang.String doInput()
                         throws java.lang.Exception
java.lang.Exception

getType

public java.lang.Integer getType()

setType

public void setType(java.lang.Integer type)