|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISheet
A sheet is a class which represents an xml document. It contains an IElement which is the root of the xml document in the java modelisation.
It also contains a property id which is the id in data base and a name for clarity since we can find it in the IELements.
Method Summary | |
---|---|
long |
getId()
Allow to get the id of the sheet. |
java.lang.String |
getName()
Allow to get the name of the sheet. |
IElement |
getRoot()
Allow to get the root element. |
void |
setId(long id)
Allow to set the id. |
void |
setName(java.lang.String name)
Allow to set the name of the sheet. |
void |
setRoot(IElement root)
Allow to set the root element |
Method Detail |
---|
IElement getRoot()
void setRoot(IElement root)
root
- the root to set.long getId()
void setId(long id)
id
- the id to set.java.lang.String getName()
void setName(java.lang.String name)
name
- a string which represents the name to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |