com.businessobjects.rebean.wi
Interface FoldInfo


public interface FoldInfo

The FoldInfo interface represents a node in the fold info hierarchy of a foldable element.

Since:
12.2.0
See Also:
Foldable

Method Summary
 int getID()
          Returns the id of the element in this fold info node.
 java.lang.String getIndex()
          Returns the index value of the element in this fold info node.
 java.util.Vector getNextFoldInfos()
          Returns the next fold info node in the fold info hierarchy.
 void setID(int id)
          Sets the id of the element in this fold info node.
 void setIndex(java.lang.String index)
          Sets the index of the element in this fold info node.
 void setNextFoldInfo(FoldInfo nextFoldInfo)
          Sets the next fold infos.
 void setNextFoldInfos(java.util.Vector nextfoldtree)
          Sets the next fold infos.
 

Method Detail

getID

int getID()
Returns the id of the element in this fold info node.

Returns:
the id of the element in this fold info node.

setID

void setID(int id)
Sets the id of the element in this fold info node.

Parameters:
id - the id of the element in this fold info node

getIndex

java.lang.String getIndex()
Returns the index value of the element in this fold info node.

Returns:
the index value of the element in this fold info node.

setIndex

void setIndex(java.lang.String index)
Sets the index of the element in this fold info node.

Parameters:
index - the index value of the element in this fold info node

getNextFoldInfos

java.util.Vector getNextFoldInfos()
Returns the next fold info node in the fold info hierarchy.

Returns:
the next fold info node in the fold info hierarchy.

setNextFoldInfos

void setNextFoldInfos(java.util.Vector nextfoldtree)
Sets the next fold infos.

Parameters:
nextfoldtree - the child fold tree.

setNextFoldInfo

void setNextFoldInfo(FoldInfo nextFoldInfo)
Sets the next fold infos.

Parameters:
nextFoldInfo - the next fold info node in the fold info hierarchy.