com.dotmarketing.portlets.entities.struts
Class EntityForm

java.lang.Object
  extended by ValidatorForm
      extended by com.dotmarketing.portlets.entities.struts.EntityForm

public class EntityForm
extends ValidatorForm


Constructor Summary
EntityForm()
          default constructor
 
Method Summary
 java.lang.String[] getCategories()
          Returns the categories.
 java.lang.String getEntityName()
          Returns the entityName.
 long getInode()
           
 void setCategories(java.lang.String[] categories)
          Sets the categories.
 void setEntityName(java.lang.String entityName)
          Sets the entityName.
 void setInode(long inode)
           
 ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityForm

public EntityForm()
default constructor

Method Detail

getInode

public long getInode()

setInode

public void setInode(long inode)

getEntityName

public java.lang.String getEntityName()
Returns the entityName.

Returns:
String

setEntityName

public void setEntityName(java.lang.String entityName)
Sets the entityName.

Parameters:
entityName - The entityName to set

getCategories

public java.lang.String[] getCategories()
Returns the categories.

Returns:
String[]

setCategories

public void setCategories(java.lang.String[] categories)
Sets the categories.

Parameters:
categories - The categories to set

validate

public ActionErrors validate(ActionMapping mapping,
                             HttpServletRequest request)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.