net.sourceforge.fixagora.excel.shared.persistence
Class AssignedUserSettings

java.lang.Object
  extended by net.sourceforge.fixagora.excel.shared.persistence.AssignedUserSettings
All Implemented Interfaces:
java.io.Serializable

@Entity
public class AssignedUserSettings
extends java.lang.Object
implements java.io.Serializable

The Class AssignedUserSettings.

See Also:
Serialized Form

Constructor Summary
AssignedUserSettings()
           
 
Method Summary
 java.lang.Boolean getDeleteAfterExport()
          Gets the delete after export.
 ExcelTradeCapture getExcelTradeCapture()
          Gets the excel trade capture.
 FUser getfUser()
          Gets the f user.
 long getId()
          Gets the id.
 java.lang.String getPath()
          Gets the path.
 java.lang.Boolean getReplaceOldSheet()
          Gets the replace old sheet.
 java.lang.String getSheet()
          Gets the sheet.
 void makeEager()
          Make eager.
 void setDeleteAfterExport(java.lang.Boolean deleteAfterExport)
          Sets the delete after export.
 void setExcelTradeCapture(ExcelTradeCapture excelTradeCapture)
          Sets the excel trade capture.
 void setfUser(FUser fUser)
          Sets the f user.
 void setId(long id)
          Sets the id.
 void setPath(java.lang.String path)
          Sets the path.
 void setReplaceOldSheet(java.lang.Boolean replaceOldSheet)
          Sets the replace old sheet.
 void setSheet(java.lang.String sheet)
          Sets the sheet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignedUserSettings

public AssignedUserSettings()
Method Detail

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getExcelTradeCapture

public ExcelTradeCapture getExcelTradeCapture()
Gets the excel trade capture.

Returns:
the excel trade capture

setExcelTradeCapture

public void setExcelTradeCapture(ExcelTradeCapture excelTradeCapture)
Sets the excel trade capture.

Parameters:
excelTradeCapture - the new excel trade capture

getReplaceOldSheet

public java.lang.Boolean getReplaceOldSheet()
Gets the replace old sheet.

Returns:
the replace old sheet

setReplaceOldSheet

public void setReplaceOldSheet(java.lang.Boolean replaceOldSheet)
Sets the replace old sheet.

Parameters:
replaceOldSheet - the new replace old sheet

getfUser

public FUser getfUser()
Gets the f user.

Returns:
the f user

setfUser

public void setfUser(FUser fUser)
Sets the f user.

Parameters:
fUser - the new f user

getPath

public java.lang.String getPath()
Gets the path.

Returns:
the path

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the new path

getSheet

public java.lang.String getSheet()
Gets the sheet.

Returns:
the sheet

setSheet

public void setSheet(java.lang.String sheet)
Sets the sheet.

Parameters:
sheet - the new sheet

getDeleteAfterExport

public java.lang.Boolean getDeleteAfterExport()
Gets the delete after export.

Returns:
the delete after export

setDeleteAfterExport

public void setDeleteAfterExport(java.lang.Boolean deleteAfterExport)
Sets the delete after export.

Parameters:
deleteAfterExport - the new delete after export

makeEager

public void makeEager()
Make eager.