|
||||||||||
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.SpreadSheetCondition
@Entity public class SpreadSheetCondition
The Class SpreadSheetCondition.
Nested Class Summary | |
---|---|
static class |
SpreadSheetCondition.ConditionType
The Enum ConditionType. |
static class |
SpreadSheetCondition.IsType
The Enum IsType. |
Constructor Summary | |
---|---|
SpreadSheetCondition()
|
Method Summary | |
---|---|
SpreadSheetCondition |
clone()
|
java.lang.Integer |
getBackgroundBlue()
Gets the background blue. |
java.lang.Integer |
getBackgroundGreen()
Gets the background green. |
java.lang.Integer |
getBackgroundRed()
Gets the background red. |
SpreadSheetCondition.ConditionType |
getConditionType()
Gets the condition type. |
java.lang.Boolean |
getFadeOut()
Gets the fade out. |
java.lang.Integer |
getForegroundBlue()
Gets the foreground blue. |
java.lang.Integer |
getForegroundGreen()
Gets the foreground green. |
java.lang.Integer |
getForegroundRed()
Gets the foreground red. |
java.lang.String |
getFormula()
Gets the formula. |
long |
getId()
Gets the id. |
SpreadSheetCondition.IsType |
getIsType()
Gets the checks if is type. |
java.lang.Double |
getValue1()
Gets the value1. |
java.lang.Double |
getValue2()
Gets the value2. |
boolean |
isSameFormat(SpreadSheetCondition spreadSheetCondition)
Checks if is same format. |
void |
setBackgroundBlue(java.lang.Integer backgroundBlue)
Sets the background blue. |
void |
setBackgroundGreen(java.lang.Integer backgroundGreen)
Sets the background green. |
void |
setBackgroundRed(java.lang.Integer backgroundRed)
Sets the background red. |
void |
setConditionType(SpreadSheetCondition.ConditionType conditionType)
Sets the condition type. |
void |
setFadeOut(java.lang.Boolean fadeOut)
Sets the fade out. |
void |
setForegroundBlue(java.lang.Integer foregroundBlue)
Sets the foreground blue. |
void |
setForegroundGreen(java.lang.Integer foregroundGreen)
Sets the foreground green. |
void |
setForegroundRed(java.lang.Integer foregroundRed)
Sets the foreground red. |
void |
setFormula(java.lang.String formula)
Sets the formula. |
void |
setId(long id)
Sets the id. |
void |
setIsType(SpreadSheetCondition.IsType isType)
Sets the checks if is type. |
void |
setValue1(java.lang.Double value1)
Sets the value1. |
void |
setValue2(java.lang.Double value2)
Sets the value2. |
void |
update(SpreadSheetCondition spreadSheetCondition)
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpreadSheetCondition()
Method Detail |
---|
public SpreadSheetCondition.ConditionType getConditionType()
public void setConditionType(SpreadSheetCondition.ConditionType conditionType)
conditionType
- the new condition typepublic SpreadSheetCondition.IsType getIsType()
public void setIsType(SpreadSheetCondition.IsType isType)
isType
- the new checks if is typepublic long getId()
public void setId(long id)
id
- the new idpublic java.lang.Integer getForegroundRed()
public void setForegroundRed(java.lang.Integer foregroundRed)
foregroundRed
- the new foreground redpublic java.lang.Integer getForegroundGreen()
public void setForegroundGreen(java.lang.Integer foregroundGreen)
foregroundGreen
- the new foreground greenpublic java.lang.Integer getForegroundBlue()
public void setForegroundBlue(java.lang.Integer foregroundBlue)
foregroundBlue
- the new foreground bluepublic java.lang.Integer getBackgroundRed()
public void setBackgroundRed(java.lang.Integer backgroundRed)
backgroundRed
- the new background redpublic java.lang.Integer getBackgroundGreen()
public void setBackgroundGreen(java.lang.Integer backgroundGreen)
backgroundGreen
- the new background greenpublic java.lang.Integer getBackgroundBlue()
public void setBackgroundBlue(java.lang.Integer backgroundBlue)
backgroundBlue
- the new background bluepublic java.lang.Boolean getFadeOut()
public void setFadeOut(java.lang.Boolean fadeOut)
fadeOut
- the new fade outpublic java.lang.String getFormula()
public void setFormula(java.lang.String formula)
formula
- the new formulapublic java.lang.Double getValue1()
public void setValue1(java.lang.Double value1)
value1
- the new value1public java.lang.Double getValue2()
public void setValue2(java.lang.Double value2)
value2
- the new value2public SpreadSheetCondition clone()
clone
in class java.lang.Object
public void update(SpreadSheetCondition spreadSheetCondition)
spreadSheetCondition
- the spread sheet conditionpublic boolean isSameFormat(SpreadSheetCondition spreadSheetCondition)
spreadSheetCondition
- the spread sheet condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |