com.dotmarketing.portlets.files.struts
Class FileForm

java.lang.Object
  extended by ValidatorForm
      extended by com.dotmarketing.portlets.files.struts.FileForm

public class FileForm
extends ValidatorForm

Author:
Hibernate CodeGenerator

Constructor Summary
FileForm()
          default constructor
 
Method Summary
 java.lang.String get_EXT_3_fileName()
           
 java.lang.String getAuthor()
          Returns the author.
 java.lang.String[] getCategories()
          Returns the categories.
 java.lang.String getFileName()
           
 java.lang.String getFriendlyName()
          Returns the friendlyName.
 int getMaxHeight()
          Returns the maxHeight.
 int getMaxSize()
          Returns the maxSize.
 int getMaxWidth()
          Returns the maxWidth.
 java.lang.String getMimeType()
          Returns the mimeType.
 int getMinHeight()
          Returns the minHeight.
 long getParent()
          Returns the parent.
 java.util.Date getPublishDate()
          Returns the publishDate.
 java.lang.String getSelectedparent()
          Returns the selectedparent.
 java.lang.String getSelectedparentPath()
          Returns the selectedparentPath.
 int getSize()
           
 int getSortOrder()
          Returns the sortOrder.
 java.lang.String getTitle()
          Returns the title.
 java.lang.String getWebPublishDate()
          Returns the webPublishDate.
 boolean isShowOnMenu()
          Returns the showOnMenu.
 void set_EXT_3_fileName(java.lang.String string)
           
 void setAuthor(java.lang.String author)
          Sets the author.
 void setCategories(java.lang.String[] categories)
          Sets the categories.
 void setFileName(java.lang.String fileName)
           
 void setFriendlyName(java.lang.String friendlyName)
          Sets the friendlyName.
 void setMaxHeight(int maxHeight)
          Sets the maxHeight.
 void setMaxSize(int maxSize)
          Sets the maxSize.
 void setMaxWidth(int maxWidth)
          Sets the maxWidth.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType.
 void setMinHeight(int minHeight)
          Sets the minHeight.
 void setParent(long parent)
          Sets the parent.
 void setPublishDate(java.util.Date publishDate)
          Sets the publishDate.
 void setSelectedparent(java.lang.String selectedparent)
          Sets the selectedparent.
 void setSelectedparentPath(java.lang.String selectedparentPath)
          Sets the selectedparentPath.
 void setShowOnMenu(boolean showOnMenu)
          Sets the showOnMenu.
 void setSize(int size)
           
 void setSortOrder(int sortOrder)
          Sets the sortOrder.
 void setTitle(java.lang.String title)
          Sets the title.
 void setWebPublishDate(java.lang.String webPublishDate)
          Sets the webPublishDate.
 java.lang.String toString()
           
 ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileForm

public FileForm()
default constructor

Method Detail

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)

getSize

public int getSize()

setSize

public void setSize(int size)

toString

public java.lang.String toString()

getMaxHeight

public int getMaxHeight()
Returns the maxHeight.

Returns:
int

getMaxSize

public int getMaxSize()
Returns the maxSize.

Returns:
int

getMaxWidth

public int getMaxWidth()
Returns the maxWidth.

Returns:
int

getMinHeight

public int getMinHeight()
Returns the minHeight.

Returns:
int

setMaxHeight

public void setMaxHeight(int maxHeight)
Sets the maxHeight.

Parameters:
maxHeight - The maxHeight to set

setMaxSize

public void setMaxSize(int maxSize)
Sets the maxSize.

Parameters:
maxSize - The maxSize to set

setMaxWidth

public void setMaxWidth(int maxWidth)
Sets the maxWidth.

Parameters:
maxWidth - The maxWidth to set

setMinHeight

public void setMinHeight(int minHeight)
Sets the minHeight.

Parameters:
minHeight - The minHeight to set

getParent

public long getParent()
Returns the parent.

Returns:
long

setParent

public void setParent(long parent)
Sets the parent.

Parameters:
parent - The parent to set

getMimeType

public java.lang.String getMimeType()
Returns the mimeType.

Returns:
String

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mimeType.

Parameters:
mimeType - The mimeType to set

getTitle

public java.lang.String getTitle()
Returns the title.

Returns:
String

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - The title to set

isShowOnMenu

public boolean isShowOnMenu()
Returns the showOnMenu.

Returns:
boolean

setShowOnMenu

public void setShowOnMenu(boolean showOnMenu)
Sets the showOnMenu.

Parameters:
showOnMenu - The showOnMenu to set

getSortOrder

public int getSortOrder()
Returns the sortOrder.

Returns:
int

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder.

Parameters:
sortOrder - The sortOrder to set

validate

public ActionErrors validate(ActionMapping mapping,
                             HttpServletRequest request)

getFriendlyName

public java.lang.String getFriendlyName()
Returns the friendlyName.

Returns:
String

setFriendlyName

public void setFriendlyName(java.lang.String friendlyName)
Sets the friendlyName.

Parameters:
friendlyName - The friendlyName to set

getSelectedparent

public java.lang.String getSelectedparent()
Returns the selectedparent.

Returns:
String

getSelectedparentPath

public java.lang.String getSelectedparentPath()
Returns the selectedparentPath.

Returns:
String

setSelectedparent

public void setSelectedparent(java.lang.String selectedparent)
Sets the selectedparent.

Parameters:
selectedparent - The selectedparent to set

setSelectedparentPath

public void setSelectedparentPath(java.lang.String selectedparentPath)
Sets the selectedparentPath.

Parameters:
selectedparentPath - The selectedparentPath to set

getAuthor

public java.lang.String getAuthor()
Returns the author.

Returns:
String

getPublishDate

public java.util.Date getPublishDate()
Returns the publishDate.

Returns:
java.util.Date

getWebPublishDate

public java.lang.String getWebPublishDate()
Returns the webPublishDate.

Returns:
String

setAuthor

public void setAuthor(java.lang.String author)
Sets the author.

Parameters:
author - The author to set

setPublishDate

public void setPublishDate(java.util.Date publishDate)
Sets the publishDate.

Parameters:
publishDate - The publishDate to set

setWebPublishDate

public void setWebPublishDate(java.lang.String webPublishDate)
Sets the webPublishDate.

Parameters:
webPublishDate - The webPublishDate 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

get_EXT_3_fileName

public java.lang.String get_EXT_3_fileName()
Returns:

set_EXT_3_fileName

public void set_EXT_3_fileName(java.lang.String string)
Parameters:
string -


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.