|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList
se.rupy.memory.LinkBean
public class LinkBean
| Constructor Summary | |
|---|---|
LinkBean()
|
|
| Method Summary | |
|---|---|
void |
copy(LinkBean bean)
|
long |
getChild()
|
long |
getDate()
|
int |
getLimit()
|
long |
getParent()
|
int |
getStart()
|
int |
getType()
The bitwise AND of the parent and child types. |
void |
read(java.io.DataInputStream in)
|
java.lang.String |
selected(boolean table)
|
void |
setChild(Key child)
|
void |
setDate(long date)
|
void |
setLimit(int limit)
|
void |
setParent(Key parent)
|
void |
setStart(int start)
|
void |
setType(int type)
The bitwise AND of the parent and child types. |
int |
synapse()
|
java.lang.String |
toString()
|
void |
write(java.io.DataOutputStream out)
|
| Methods inherited from class java.util.LinkedList |
|---|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
|---|
iterator |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, isEmpty, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| Methods inherited from interface java.util.Deque |
|---|
iterator |
| Constructor Detail |
|---|
public LinkBean()
| Method Detail |
|---|
public int getStart()
public void setStart(int start)
public int getLimit()
public void setLimit(int limit)
public void setParent(Key parent)
public void setChild(Key child)
public void setType(int type)
public void setDate(long date)
public long getParent()
public long getChild()
public int getType()
public long getDate()
public java.lang.String selected(boolean table)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void copy(LinkBean bean)
public void read(java.io.DataInputStream in)
throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.util.AbstractCollectionpublic int synapse()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||