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

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

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

The Class SpreadSheetConditionalFormat.

See Also:
Serialized Form

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

SpreadSheetConditionalFormat

public SpreadSheetConditionalFormat()
Method Detail

getCondition

public int getCondition()
Gets the condition.

Returns:
the condition

setCondition

public void setCondition(int condition)
Sets the condition.

Parameters:
condition - the new condition

getSpreadSheetCondition1

public SpreadSheetCondition getSpreadSheetCondition1()
Gets the spread sheet condition1.

Returns:
the spread sheet condition1

setSpreadSheetCondition1

public void setSpreadSheetCondition1(SpreadSheetCondition spreadSheetCondition1)
Sets the spread sheet condition1.

Parameters:
spreadSheetCondition1 - the new spread sheet condition1

getSpreadSheetCondition2

public SpreadSheetCondition getSpreadSheetCondition2()
Gets the spread sheet condition2.

Returns:
the spread sheet condition2

setSpreadSheetCondition2

public void setSpreadSheetCondition2(SpreadSheetCondition spreadSheetCondition2)
Sets the spread sheet condition2.

Parameters:
spreadSheetCondition2 - the new spread sheet condition2

getSpreadSheetCondition3

public SpreadSheetCondition getSpreadSheetCondition3()
Gets the spread sheet condition3.

Returns:
the spread sheet condition3

setSpreadSheetCondition3

public void setSpreadSheetCondition3(SpreadSheetCondition spreadSheetCondition3)
Sets the spread sheet condition3.

Parameters:
spreadSheetCondition3 - the new spread sheet condition3

getCellRow

public java.lang.Integer getCellRow()
Gets the cell row.

Returns:
the cell row

setCellRow

public void setCellRow(java.lang.Integer cellRow)
Sets the cell row.

Parameters:
cellRow - the new cell row

getCellColumn

public java.lang.Integer getCellColumn()
Gets the cell column.

Returns:
the cell column

setCellColumn

public void setCellColumn(java.lang.Integer cellColumn)
Sets the cell column.

Parameters:
cellColumn - the new cell column

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

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

equals

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

copy

public SpreadSheetConditionalFormat copy()
Copy.

Returns:
the spread sheet conditional format

clone

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

update

public void update(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
Update.

Parameters:
spreadSheetConditionalFormat - the spread sheet conditional format

isSameFormat

public boolean isSameFormat(SpreadSheetConditionalFormat spreadSheetConditionalFormat)
Checks if is same format.

Parameters:
spreadSheetConditionalFormat - the spread sheet conditional format
Returns:
true, if is same format

hashCode

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