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

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

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

The Class SpreadSheetRowFormat.

See Also:
Serialized Form

Constructor Summary
SpreadSheetRowFormat()
           
 
Method Summary
 SpreadSheetRowFormat clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getHidden()
          Gets the hidden.
 long getId()
          Gets the id.
 java.lang.Integer getRowNumber()
          Gets the row number.
 long getSpreadSheet()
          Gets the spread sheet.
 int hashCode()
           
 void setHidden(java.lang.Boolean hidden)
          Sets the hidden.
 void setId(long id)
          Sets the id.
 void setRowNumber(java.lang.Integer rowNumber)
          Sets the row number.
 void setSpreadSheet(long spreadSheet)
          Sets the spread sheet.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetRowFormat

public SpreadSheetRowFormat()
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

getSpreadSheet

public long getSpreadSheet()
Gets the spread sheet.

Returns:
the spread sheet

setSpreadSheet

public void setSpreadSheet(long spreadSheet)
Sets the spread sheet.

Parameters:
spreadSheet - the new spread sheet

getRowNumber

public java.lang.Integer getRowNumber()
Gets the row number.

Returns:
the row number

setRowNumber

public void setRowNumber(java.lang.Integer rowNumber)
Sets the row number.

Parameters:
rowNumber - the new row number

getHidden

public java.lang.Boolean getHidden()
Gets the hidden.

Returns:
the hidden

setHidden

public void setHidden(java.lang.Boolean hidden)
Sets the hidden.

Parameters:
hidden - the new hidden

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

clone

public SpreadSheetRowFormat clone()
Overrides:
clone in class java.lang.Object