|
||||||||||
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.SpreadSheetCellContent
@Entity public class SpreadSheetCellContent
The Class SpreadSheetCellContent.
Nested Class Summary | |
---|---|
static class |
SpreadSheetCellContent.SpreadSheetCellType
The Enum SpreadSheetCellType. |
Constructor Summary | |
---|---|
SpreadSheetCellContent()
|
Method Summary | |
---|---|
SpreadSheetCellContent |
clone()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getBooleanValue()
Gets the boolean value. |
java.lang.Object |
getCalculatedValue()
Gets the calculated value. |
java.lang.Integer |
getCellColumn()
Gets the cell column. |
java.lang.Integer |
getCellRow()
Gets the cell row. |
java.lang.String |
getFormulaValue()
Gets the formula value. |
long |
getId()
Gets the id. |
java.lang.Double |
getNumericValue()
Gets the numeric value. |
long |
getSpreadSheet()
Gets the spread sheet. |
SpreadSheetCellContent.SpreadSheetCellType |
getSpreadSheetCellType()
Gets the spread sheet cell type. |
java.lang.String |
getStringValue()
Gets the string value. |
int |
hashCode()
|
void |
setBooleanValue(java.lang.Boolean booleanValue)
Sets the boolean value. |
void |
setCalculatedValue(java.lang.Object calculatedValue)
Sets the calculated value. |
void |
setCellColumn(java.lang.Integer cellColumn)
Sets the cell column. |
void |
setCellRow(java.lang.Integer cellRow)
Sets the cell row. |
void |
setFormulaValue(java.lang.String formulaValue)
Sets the formula value. |
void |
setId(long id)
Sets the id. |
void |
setNumericValue(java.lang.Double numericValue)
Sets the numeric value. |
void |
setSpreadSheet(long spreadSheet)
Sets the spread sheet. |
void |
setSpreadSheetCellType(SpreadSheetCellContent.SpreadSheetCellType spreadSheetCellType)
Sets the spread sheet cell type. |
void |
setStringValue(java.lang.String stringValue)
Sets the string value. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpreadSheetCellContent()
Method Detail |
---|
public java.lang.Object getCalculatedValue()
public void setCalculatedValue(java.lang.Object calculatedValue)
calculatedValue
- the new calculated valuepublic long getSpreadSheet()
public void setSpreadSheet(long spreadSheet)
spreadSheet
- the new spread sheetpublic java.lang.Integer getCellRow()
public void setCellRow(java.lang.Integer cellRow)
cellRow
- the new cell rowpublic java.lang.Integer getCellColumn()
public void setCellColumn(java.lang.Integer cellColumn)
cellColumn
- the new cell columnpublic SpreadSheetCellContent.SpreadSheetCellType getSpreadSheetCellType()
public void setSpreadSheetCellType(SpreadSheetCellContent.SpreadSheetCellType spreadSheetCellType)
spreadSheetCellType
- the new spread sheet cell typepublic java.lang.String getFormulaValue()
public void setFormulaValue(java.lang.String formulaValue)
formulaValue
- the new formula valuepublic java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
stringValue
- the new string valuepublic java.lang.Boolean getBooleanValue()
public void setBooleanValue(java.lang.Boolean booleanValue)
booleanValue
- the new boolean valuepublic java.lang.Double getNumericValue()
public void setNumericValue(java.lang.Double numericValue)
numericValue
- the new numeric valuepublic long getId()
public void setId(long id)
id
- the new idpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SpreadSheetCellContent clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |