com.dotmarketing.portlets.structure.model
Class Structure
java.lang.Object
com.dotmarketing.beans.Inode
com.dotmarketing.portlets.structure.model.Structure
- All Implemented Interfaces:
- java.io.Serializable
public class Structure
- extends Inode
- See Also:
- Serialized Form
| Fields inherited from class com.dotmarketing.beans.Inode |
inode |
| 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 |
Structure
public Structure()
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.