|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.model.contexts.DatabaseContext
vishnu.model.contexts.UserContext
vishnu.model.contexts.TableContext
public class TableContext
![]() |
![]() |
![]() |
![]() |
| Field Summary |
|---|
| Fields inherited from class vishnu.model.contexts.UserContext |
|---|
u |
| Fields inherited from class vishnu.model.contexts.DatabaseContext |
|---|
d, s |
| Constructor Summary | |
|---|---|
TableContext(Database d,
User u,
Table t,
Session s)
|
|
TableContext(UserContext c)
|
|
TableContext(UserContext c,
Table t)
|
|
| Method Summary | |
|---|---|
TableContext |
clone()
|
boolean |
equals(TableContext c)
|
Table |
getTable()
|
void |
setTable(Table t)
|
| Methods inherited from class vishnu.model.contexts.UserContext |
|---|
equals, getUser, setUser |
| Methods inherited from class vishnu.model.contexts.DatabaseContext |
|---|
equals, getDatabase, getSession, setDatabase, setSession |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableContext(UserContext c)
public TableContext(UserContext c,
Table t)
public TableContext(Database d,
User u,
Table t,
Session s)
| Method Detail |
|---|
public Table getTable()
public void setTable(Table t)
public TableContext clone()
clone in class java.lang.Objectpublic boolean equals(TableContext c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||