com.dotmarketing.portlets.structure.model
Class Structure

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.structure.model.Structure
All Implemented Interfaces:
java.io.Serializable

public class Structure
extends Inode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Structure()
           
 
Method Summary
 void delete()
           
 void delete(boolean recursive)
           
 java.lang.String getDescription()
           
 Entity getEntity()
           
 java.util.List<Field> getFields()
          Deprecated. As of version dotCMS 1.2, this will be have private access, replaced by {FieldsCache.getFields(inode)}
 java.util.List<Field> getFieldsNoLock()
           
 java.lang.String getName()
           
 java.lang.String getReviewerRole()
           
 java.lang.String getReviewInterval()
           
 boolean isDefaultStructure()
           
 void setDefaultStructure(boolean defaultStructure)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setReviewerRole(java.lang.String reviewerRole)
           
 void setReviewInterval(java.lang.String reviewInterval)
           
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Structure

public Structure()
Method Detail

isDefaultStructure

public boolean isDefaultStructure()

setDefaultStructure

public void setDefaultStructure(boolean defaultStructure)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

delete

public void delete()

delete

public void delete(boolean recursive)

getFields

public java.util.List<Field> getFields()
Deprecated. As of version dotCMS 1.2, this will be have private access, replaced by {FieldsCache.getFields(inode)}


getEntity

public Entity getEntity()

getReviewerRole

public java.lang.String getReviewerRole()

setReviewerRole

public void setReviewerRole(java.lang.String reviewerRole)

getReviewInterval

public java.lang.String getReviewInterval()

setReviewInterval

public void setReviewInterval(java.lang.String reviewInterval)

getFieldsNoLock

public java.util.List<Field> getFieldsNoLock()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.