org.apache.jetspeed.layout.impl
Class PortletPlacementContextImpl.FragmentLinkedListEntry

java.lang.Object
  extended by org.apache.jetspeed.layout.impl.PortletPlacementContextImpl.FragmentLinkedListEntry
Enclosing class:
PortletPlacementContextImpl

 class PortletPlacementContextImpl.FragmentLinkedListEntry
extends Object


Field Summary
private  int fragmentIndex
           
private  int nextEntry
           
private  int row
           
 
Constructor Summary
PortletPlacementContextImpl.FragmentLinkedListEntry(int fragmentIndex, int row)
           
 
Method Summary
 int getFragmentIndex()
           
 int getNextEntry()
           
 int getRow()
           
 void setNextEntry(int newOne)
           
 void setRow(int newOne)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fragmentIndex

private int fragmentIndex

row

private int row

nextEntry

private int nextEntry
Constructor Detail

PortletPlacementContextImpl.FragmentLinkedListEntry

PortletPlacementContextImpl.FragmentLinkedListEntry(int fragmentIndex,
                                                    int row)
Method Detail

getFragmentIndex

public int getFragmentIndex()

getRow

public int getRow()

setRow

public void setRow(int newOne)

getNextEntry

public int getNextEntry()

setNextEntry

public void setNextEntry(int newOne)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.