|
||||||||||
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.SpreadSheetConditionalFormat
@Entity public class SpreadSheetConditionalFormat
The Class SpreadSheetConditionalFormat.
Constructor Summary | |
---|---|
SpreadSheetConditionalFormat()
|
Method Summary | |
---|---|
SpreadSheetConditionalFormat |
clone()
|
SpreadSheetConditionalFormat |
copy()
Copy. |
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCellColumn()
Gets the cell column. |
java.lang.Integer |
getCellRow()
Gets the cell row. |
int |
getCondition()
Gets the condition. |
long |
getId()
Gets the id. |
long |
getSpreadSheet()
Gets the spread sheet. |
SpreadSheetCondition |
getSpreadSheetCondition1()
Gets the spread sheet condition1. |
SpreadSheetCondition |
getSpreadSheetCondition2()
Gets the spread sheet condition2. |
SpreadSheetCondition |
getSpreadSheetCondition3()
Gets the spread sheet condition3. |
int |
hashCode()
|
boolean |
isSameFormat(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
Checks if is same format. |
void |
setCellColumn(java.lang.Integer cellColumn)
Sets the cell column. |
void |
setCellRow(java.lang.Integer cellRow)
Sets the cell row. |
void |
setCondition(int condition)
Sets the condition. |
void |
setId(long id)
Sets the id. |
void |
setSpreadSheet(long spreadSheet)
Sets the spread sheet. |
void |
setSpreadSheetCondition1(SpreadSheetCondition spreadSheetCondition1)
Sets the spread sheet condition1. |
void |
setSpreadSheetCondition2(SpreadSheetCondition spreadSheetCondition2)
Sets the spread sheet condition2. |
void |
setSpreadSheetCondition3(SpreadSheetCondition spreadSheetCondition3)
Sets the spread sheet condition3. |
void |
update(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
Update. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpreadSheetConditionalFormat()
Method Detail |
---|
public int getCondition()
public void setCondition(int condition)
condition
- the new conditionpublic SpreadSheetCondition getSpreadSheetCondition1()
public void setSpreadSheetCondition1(SpreadSheetCondition spreadSheetCondition1)
spreadSheetCondition1
- the new spread sheet condition1public SpreadSheetCondition getSpreadSheetCondition2()
public void setSpreadSheetCondition2(SpreadSheetCondition spreadSheetCondition2)
spreadSheetCondition2
- the new spread sheet condition2public SpreadSheetCondition getSpreadSheetCondition3()
public void setSpreadSheetCondition3(SpreadSheetCondition spreadSheetCondition3)
spreadSheetCondition3
- the new spread sheet condition3public 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 long getSpreadSheet()
public void setSpreadSheet(long spreadSheet)
spreadSheet
- the new spread sheetpublic long getId()
public void setId(long id)
id
- the new idpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public SpreadSheetConditionalFormat copy()
public SpreadSheetConditionalFormat clone()
clone
in class java.lang.Object
public void update(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
spreadSheetConditionalFormat
- the spread sheet conditional formatpublic boolean isSameFormat(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
spreadSheetConditionalFormat
- the spread sheet conditional format
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |