com.dotmarketing.portlets.containers.struts
Class ContainerForm

java.lang.Object
  extended by ValidatorForm
      extended by com.dotmarketing.portlets.containers.struts.ContainerForm

public class ContainerForm
extends ValidatorForm

Author:
Hibernate CodeGenerator

Constructor Summary
ContainerForm()
           
 
Method Summary
 java.lang.String getCode()
          Returns the code.
 java.lang.String getFriendlyName()
          Returns the friendlyName.
 long getHostInode()
           
 java.lang.String getLuceneQuery()
           
 int getMaxContentlets()
          Returns the maxContentlets.
 java.lang.String getPostLoop()
          Returns the postLoop.
 java.lang.String getPreLoop()
          Returns the preLoop.
 java.lang.String getSortContentletsBy()
          Returns the sortContentletsBy.
 int getSortOrder()
          Returns the sortOrder.
 long getStructureInode()
           
 java.lang.String getTitle()
          Returns the title.
 boolean isDynamic()
           
 boolean isShowOnMenu()
          Returns the showOnMenu.
 boolean isStaticify()
          Returns the staticify.
 boolean isUseDiv()
          Returns the useDiv.
 void setCode(java.lang.String code)
          Sets the code.
 void setDynamic(boolean dynamic)
           
 void setFriendlyName(java.lang.String friendlyName)
          Sets the friendlyName.
 void setHostInode(long hostInode)
           
 void setLuceneQuery(java.lang.String luceneQuery)
           
 void setMaxContentlets(int maxContentlets)
          Sets the maxContentlets.
 void setPostLoop(java.lang.String postLoop)
          Sets the postLoop.
 void setPreLoop(java.lang.String preLoop)
          Sets the preLoop.
 void setShowOnMenu(boolean showOnMenu)
          Sets the showOnMenu.
 void setSortContentletsBy(java.lang.String sortContentletsBy)
          Sets the sortContentletsBy.
 void setSortOrder(int sortOrder)
          Sets the sortOrder.
 void setStaticify(boolean staticify)
          Sets the staticify.
 void setStructureInode(long structureInode)
           
 void setTitle(java.lang.String title)
          Sets the title.
 void setUseDiv(boolean useDiv)
          Sets the useDiv.
 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

ContainerForm

public ContainerForm()
Method Detail

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

getCode

public java.lang.String getCode()
Returns the code.

Returns:
String

setCode

public void setCode(java.lang.String code)
Sets the code.

Parameters:
code - The code to set

getMaxContentlets

public int getMaxContentlets()
Returns the maxContentlets.

Returns:
int

setMaxContentlets

public void setMaxContentlets(int maxContentlets)
Sets the maxContentlets.

Parameters:
maxContentlets - The maxContentlets to set

getSortContentletsBy

public java.lang.String getSortContentletsBy()
Returns the sortContentletsBy.

Returns:
String

setSortContentletsBy

public void setSortContentletsBy(java.lang.String sortContentletsBy)
Sets the sortContentletsBy.

Parameters:
sortContentletsBy - The sortContentletsBy to set

isUseDiv

public boolean isUseDiv()
Returns the useDiv.

Returns:
boolean

setUseDiv

public void setUseDiv(boolean useDiv)
Sets the useDiv.

Parameters:
useDiv - The useDiv to set

getPostLoop

public java.lang.String getPostLoop()
Returns the postLoop.

Returns:
String

getPreLoop

public java.lang.String getPreLoop()
Returns the preLoop.

Returns:
String

setPostLoop

public void setPostLoop(java.lang.String postLoop)
Sets the postLoop.

Parameters:
postLoop - The postLoop to set

setPreLoop

public void setPreLoop(java.lang.String preLoop)
Sets the preLoop.

Parameters:
preLoop - The preLoop to set

isStaticify

public boolean isStaticify()
Returns the staticify.

Returns:
boolean

setStaticify

public void setStaticify(boolean staticify)
Sets the staticify.

Parameters:
staticify - The staticify to set

getStructureInode

public long getStructureInode()

setStructureInode

public void setStructureInode(long structureInode)

getHostInode

public long getHostInode()

setHostInode

public void setHostInode(long hostInode)

getLuceneQuery

public java.lang.String getLuceneQuery()

setLuceneQuery

public void setLuceneQuery(java.lang.String luceneQuery)

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean dynamic)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.