insensa.connections
Class CIndexation.CThreshold

java.lang.Object
  extended by insensa.connections.CIndexation.CThreshold
Enclosing class:
CIndexation

public class CIndexation.CThreshold
extends java.lang.Object


Field Summary
private  java.lang.Boolean activate
           
private  CIndexation.Assignment assignment
           
private  java.lang.String condition
           
private  CIndexation.Mode mode
           
private  float valuePerc
           
private  float valueReal
           
 
Constructor Summary
CIndexation.CThreshold()
           
CIndexation.CThreshold(java.lang.Boolean activate, java.lang.String cond, float valPerc, float valReal, CIndexation.Mode mode, CIndexation.Assignment ass)
           
 
Method Summary
 java.lang.Boolean getActivate()
           
 CIndexation.Assignment getAssignment()
           
 java.lang.String getCondition()
           
 CIndexation.Mode getMode()
           
 float getValuePerc()
           
 float getValueReal()
           
 void setActivate(java.lang.Boolean activate)
           
 void setAssignment(CIndexation.Assignment assignment)
           
 void setCondition(java.lang.String condition)
           
 void setMode(CIndexation.Mode mode)
           
 void setValuePerc(float value)
           
 void setValueReal(float valueReal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activate

private java.lang.Boolean activate

condition

private java.lang.String condition

valuePerc

private float valuePerc

mode

private CIndexation.Mode mode

assignment

private CIndexation.Assignment assignment

valueReal

private float valueReal
Constructor Detail

CIndexation.CThreshold

public CIndexation.CThreshold()

CIndexation.CThreshold

public CIndexation.CThreshold(java.lang.Boolean activate,
                              java.lang.String cond,
                              float valPerc,
                              float valReal,
                              CIndexation.Mode mode,
                              CIndexation.Assignment ass)
Parameters:
activate -
cond -
valPerc -
valReal -
mode -
ass -
Method Detail

getActivate

public java.lang.Boolean getActivate()
Returns:

getAssignment

public CIndexation.Assignment getAssignment()
Returns:

getCondition

public java.lang.String getCondition()
Returns:

getMode

public CIndexation.Mode getMode()
Returns:

getValuePerc

public float getValuePerc()
Returns:

getValueReal

public float getValueReal()
Returns:

setActivate

public void setActivate(java.lang.Boolean activate)
Parameters:
activate -

setAssignment

public void setAssignment(CIndexation.Assignment assignment)
Parameters:
assignment -

setCondition

public void setCondition(java.lang.String condition)
Parameters:
condition -

setMode

public void setMode(CIndexation.Mode mode)
Parameters:
mode -

setValuePerc

public void setValuePerc(float value)
Parameters:
value -

setValueReal

public void setValueReal(float valueReal)
Parameters:
valueReal -