org.nuiton.wikitty.test
Interface Tree

All Superinterfaces:
org.nuiton.wikitty.entities.BusinessEntity, Cloneable, Serializable, Vegetal
All Known Implementing Classes:
TreeAbstract, TreeImpl

public interface Tree
extends org.nuiton.wikitty.entities.BusinessEntity, Vegetal


Field Summary
static org.nuiton.wikitty.query.conditions.ElementField ELEMENT_FIELD_TREE_TYPE
           
static String EXT_TREE
           
static String FIELD_TREE_TYPE
           
static String FQ_FIELD_TREE_TYPE
           
 
Fields inherited from interface org.nuiton.wikitty.test.Vegetal
EXT_VEGETAL
 
Method Summary
 String getType()
           
 void setType(String type)
           
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_TREE

static final String EXT_TREE
See Also:
Constant Field Values

FIELD_TREE_TYPE

static final String FIELD_TREE_TYPE
See Also:
Constant Field Values

FQ_FIELD_TREE_TYPE

static final String FQ_FIELD_TREE_TYPE
See Also:
Constant Field Values

ELEMENT_FIELD_TREE_TYPE

static final org.nuiton.wikitty.query.conditions.ElementField ELEMENT_FIELD_TREE_TYPE
Method Detail

getType

String getType()

setType

void setType(String type)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.