se.rupy.memory
Class LinkBean

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList
                  extended by se.rupy.memory.LinkBean
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Deque, java.util.List, java.util.Queue
Direct Known Subclasses:
Sprout.Cache

public class LinkBean
extends java.util.LinkedList

See Also:
Serialized Form

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

LinkBean

public LinkBean()
Method Detail

getStart

public int getStart()

setStart

public void setStart(int start)

getLimit

public int getLimit()

setLimit

public void setLimit(int limit)

setParent

public void setParent(Key parent)

setChild

public void setChild(Key child)

setType

public void setType(int type)
The bitwise AND of the parent and child types.


setDate

public void setDate(long date)

getParent

public long getParent()

getChild

public long getChild()

getType

public int getType()
The bitwise AND of the parent and child types.


getDate

public long getDate()

selected

public java.lang.String selected(boolean table)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

copy

public void copy(LinkBean bean)

read

public void read(java.io.DataInputStream in)
          throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractCollection

synapse

public int synapse()