com.dotmarketing.portlets.containers.model
Class Container

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.beans.WebAsset
          extended by com.dotmarketing.portlets.containers.model.Container
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class Container
extends WebAsset
implements java.io.Serializable, java.lang.Comparable

Author:
Hibernate CodeGenerator
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Container()
          default constructor
 
Method Summary
 int compareTo(java.lang.Object contObject)
           
 void copy(Container newContainer)
           
 java.lang.String getCode()
          Returns the code.
 long getInode()
           
 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.
 boolean getStaticify()
          Returns the staticify.
 java.lang.String getURI(Folder folder)
           
 boolean isStaticify()
          Returns the staticify.
 boolean isUseDiv()
          Returns the useDiv.
 void setCode(java.lang.String code)
          Sets the code.
 void setInode(long inode)
          Sets the inode.
 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 setSortContentletsBy(java.lang.String sortContentletsBy)
          Sets the sortContentletsBy.
 void setStaticify(boolean staticify)
          Sets the staticify.
 void setUseDiv(boolean useDiv)
          Sets the useDiv.
 java.lang.String toString()
           
 
Methods inherited from class com.dotmarketing.beans.WebAsset
copy, getFriendlyName, getMap, getModDate, getModUser, getSortOrder, getTitle, isDeleted, isLive, isLocked, isShowOnMenu, isWorking, setDeleted, setFriendlyName, setLive, setLocked, setModDate, setModUser, setShowOnMenu, setSortOrder, setTitle, setWorking
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Container

public Container()
default constructor

Method Detail

getURI

public java.lang.String getURI(Folder folder)
Specified by:
getURI in class WebAsset

getInode

public long getInode()
Overrides:
getInode in class Inode

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

setInode

public void setInode(long inode)
Sets the inode.

Overrides:
setInode in class Inode
Parameters:
inode - The inode to set

copy

public void copy(Container newContainer)

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

compareTo

public int compareTo(java.lang.Object contObject)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class WebAsset

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

getStaticify

public boolean getStaticify()
Returns the staticify.

Returns:
boolean

setStaticify

public void setStaticify(boolean staticify)
Sets the staticify.

Parameters:
staticify - The staticify to set

getLuceneQuery

public java.lang.String getLuceneQuery()

setLuceneQuery

public void setLuceneQuery(java.lang.String luceneQuery)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.