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

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

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

The Class SpreadSheetColumnFormat.

See Also:
Serialized Form

Constructor Summary
SpreadSheetColumnFormat()
           
 
Method Summary
 SpreadSheetColumnFormat clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getColumnNumber()
          Gets the column number.
 java.lang.Integer getColumnWidth()
          Gets the column width.
 java.lang.Boolean getHidden()
          Gets the hidden.
 long getId()
          Gets the id.
 long getSpreadSheet()
          Gets the spread sheet.
 int hashCode()
           
 void setColumnNumber(java.lang.Integer column)
          Sets the column number.
 void setColumnWidth(java.lang.Integer columnWidth)
          Sets the column width.
 void setHidden(java.lang.Boolean hidden)
          Sets the hidden.
 void setId(long id)
          Sets the id.
 void setSpreadSheet(long spreadSheet)
          Sets the spread sheet.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpreadSheetColumnFormat

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

getColumnWidth

public java.lang.Integer getColumnWidth()
Gets the column width.

Returns:
the column width

setColumnWidth

public void setColumnWidth(java.lang.Integer columnWidth)
Sets the column width.

Parameters:
columnWidth - the new column width

getColumnNumber

public java.lang.Integer getColumnNumber()
Gets the column number.

Returns:
the column number

setColumnNumber

public void setColumnNumber(java.lang.Integer column)
Sets the column number.

Parameters:
column - the new column 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 SpreadSheetColumnFormat clone()
Overrides:
clone in class java.lang.Object