|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.SpreadSheetColumnFormat
@Entity public class SpreadSheetColumnFormat
The Class SpreadSheetColumnFormat.
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 |
---|
public SpreadSheetColumnFormat()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- the new idpublic long getSpreadSheet()
public void setSpreadSheet(long spreadSheet)
spreadSheet
- the new spread sheetpublic java.lang.Integer getColumnWidth()
public void setColumnWidth(java.lang.Integer columnWidth)
columnWidth
- the new column widthpublic java.lang.Integer getColumnNumber()
public void setColumnNumber(java.lang.Integer column)
column
- the new column numberpublic java.lang.Boolean getHidden()
public void setHidden(java.lang.Boolean hidden)
hidden
- the new hiddenpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SpreadSheetColumnFormat clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |