|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.DocumentType
This Class describes a Document Structure of KRISTAL.
SectionType| Field Summary | |
int |
document_id
|
java.lang.String |
primary_key
|
java.util.Vector |
sections
|
int |
server_id
|
int |
table_id
|
float |
weight
|
| Constructor Summary | |
DocumentType()
Constructs a new DocumentType object. |
|
| Method Summary | |
int |
getDocumentId()
Returns the document id in this object. |
java.lang.String |
getPrimaryKey()
Returns the primary key in this object. |
java.util.Vector |
getSections()
Returns the sections in this object. |
java.lang.String |
getSectionValue(java.lang.String name)
Returns the section value |
int |
getTableId()
Returns the table id in this object. |
float |
getWeight()
Returns the weight in this object. |
void |
setDocumentId(int document_id)
Sets the document id of this object. |
void |
setPrimaryKey(java.lang.String primary_key)
Sets the primary key of this object. |
void |
setSections(java.util.Vector sections)
Sets the sections of this object. |
void |
setTableId(int table_id)
Sets the table id of this object. |
void |
setWeight(float weight)
Sets the weight of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int document_id
public int table_id
public int server_id
public float weight
public java.lang.String primary_key
public java.util.Vector sections
| Constructor Detail |
public DocumentType()
| Method Detail |
public void setDocumentId(int document_id)
document_id - the document idpublic void setTableId(int table_id)
table_id - the table idpublic void setWeight(float weight)
weight - the weightpublic void setPrimaryKey(java.lang.String primary_key)
primary_key - the primary keypublic void setSections(java.util.Vector sections)
sections - the sectionspublic int getDocumentId()
public int getTableId()
public float getWeight()
public java.lang.String getPrimaryKey()
public java.util.Vector getSections()
public java.lang.String getSectionValue(java.lang.String name)
name - the section name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||