|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.goodidea.df.dictionary.datasource.DistributedTableDescription
public class DistributedTableDescription
| Constructor Summary | |
|---|---|
DistributedTableDescription(IDistributedTableDataSource ds,
EntityModel entity,
int rowCount)
Constructor for DistributedTableDescription. |
|
| Method Summary | |
|---|---|
java.lang.Class[] |
getColumnClasses()
Returns an array of the column classes. |
int |
getColumnCount()
Returns the column count. |
java.lang.String[] |
getColumnNames()
Returns an array of the column names. |
EntityModel |
getEntity()
|
int |
getRowCount()
Returns the row count. |
void |
resetCount()
|
void |
rowCountDecrement()
|
void |
rowCountIncrement()
|
void |
setEntity(EntityModel entity)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistributedTableDescription(IDistributedTableDataSource ds,
EntityModel entity,
int rowCount)
throws java.lang.Exception
If - the columnNames or columnClasses array are null or of differing
lengths.
java.lang.Exception| Method Detail |
|---|
public java.lang.String[] getColumnNames()
public java.lang.Class[] getColumnClasses()
public EntityModel getEntity()
public void setEntity(EntityModel entity)
public int getRowCount()
throws java.lang.Exception
java.lang.Exceptionpublic void rowCountIncrement()
public void rowCountDecrement()
public int getColumnCount()
public void resetCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||