net.sourceforge.fixagora.basis.shared.model.persistence
Class SpreadSheetFIXGroupList

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetFIXGroupList
All Implemented Interfaces:
java.io.Serializable

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

The Class SpreadSheetFIXGroupList.

See Also:
Serialized Form

Constructor Summary
SpreadSheetFIXGroupList()
           
 
Method Summary
 void add(SpreadSheetFIXGroup fixInputGroup)
          Adds the.
 SpreadSheetFIXFieldMap getFixFieldMap()
          Gets the fix field map.
 java.lang.Integer getFixNumber()
          Gets the fix number.
 int getGroupCount()
          Gets the group count.
 long getId()
          Gets the id.
 java.util.List<SpreadSheetFIXGroup> getSpreadSheetFixGroups()
          Gets the spread sheet fix groups.
 void makeEager()
          Make eager.
 void remove(SpreadSheetFIXGroup fixInputGroup)
          Removes the.
 void setFixFieldMap(SpreadSheetFIXFieldMap fixFieldMap)
          Sets the fix field map.
 void setFixNumber(java.lang.Integer fixNumber)
          Sets the fix number.
 void setId(long id)
          Sets the id.
 void setSpreadSheetFixGroups(java.util.List<SpreadSheetFIXGroup> spreadSheetFixGroups)
          Sets the spread sheet fix groups.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetFIXGroupList

public SpreadSheetFIXGroupList()
Method Detail

getFixFieldMap

public SpreadSheetFIXFieldMap getFixFieldMap()
Gets the fix field map.

Returns:
the fix field map

setFixFieldMap

public void setFixFieldMap(SpreadSheetFIXFieldMap fixFieldMap)
Sets the fix field map.

Parameters:
fixFieldMap - the new fix field map

getFixNumber

public java.lang.Integer getFixNumber()
Gets the fix number.

Returns:
the fix number

setFixNumber

public void setFixNumber(java.lang.Integer fixNumber)
Sets the fix number.

Parameters:
fixNumber - the new fix number

getSpreadSheetFixGroups

public java.util.List<SpreadSheetFIXGroup> getSpreadSheetFixGroups()
Gets the spread sheet fix groups.

Returns:
the spread sheet fix groups

setSpreadSheetFixGroups

public void setSpreadSheetFixGroups(java.util.List<SpreadSheetFIXGroup> spreadSheetFixGroups)
Sets the spread sheet fix groups.

Parameters:
spreadSheetFixGroups - the new spread sheet fix groups

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

makeEager

public void makeEager()
Make eager.


getGroupCount

public int getGroupCount()
Gets the group count.

Returns:
the group count

remove

public void remove(SpreadSheetFIXGroup fixInputGroup)
Removes the.

Parameters:
fixInputGroup - the fix input group

add

public void add(SpreadSheetFIXGroup fixInputGroup)
Adds the.

Parameters:
fixInputGroup - the fix input group