net.sourceforge.fixagora.excel.client.model
Class UploadEntry

java.lang.Object
  extended by net.sourceforge.fixagora.excel.client.model.UploadEntry

public class UploadEntry
extends java.lang.Object

The Class UploadEntry.


Constructor Summary
UploadEntry(int row, FSecurity security)
          Instantiates a new upload entry.
 
Method Summary
 int getRow()
          Gets the row.
 FSecurity getSecurity()
          Gets the security.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadEntry

public UploadEntry(int row,
                   FSecurity security)
Instantiates a new upload entry.

Parameters:
row - the row
security - the security
Method Detail

getRow

public int getRow()
Gets the row.

Returns:
the row

getSecurity

public FSecurity getSecurity()
Gets the security.

Returns:
the security