net.sf.scmwebgui.actions
Class AddCategoryProperty

java.lang.Object
  extended by net.sf.scmwebgui.actions.AddCategoryProperty
All Implemented Interfaces:
IActionHandler

public class AddCategoryProperty
extends java.lang.Object
implements IActionHandler

This IActionHandler adds a new Property to current Category. The handler is called with these parameters:


Constructor Summary
AddCategoryProperty()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getPropertyKey()
           
 java.lang.String getPropertyValue()
           
 void setPropertyKey(java.lang.String propertyKey)
           
 void setPropertyValue(java.lang.String propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCategoryProperty

public AddCategoryProperty()
Method Detail

execute

public void execute(RequestContext ctx,
                    javax.servlet.http.HttpServletRequest request)
Description copied from interface: IActionHandler
Execute the actions in the IActionHandler

Specified by:
execute in interface IActionHandler
request - Servlet Request with parameters as attributes.

getPropertyKey

public java.lang.String getPropertyKey()

setPropertyKey

public void setPropertyKey(java.lang.String propertyKey)

getPropertyValue

public java.lang.String getPropertyValue()

setPropertyValue

public void setPropertyValue(java.lang.String propertyValue)


Copyright null null. All Rights Reserved.