org.plasma.query.model
Class Parameter

java.lang.Object
  extended by org.plasma.query.model.Parameter

public class Parameter
extends Object


Field Summary
protected  CollectionParameter collectionParameter
           
protected  DateParameter dateParameter
           
protected  DecimalParameter decimalParameter
           
protected  FloatParameter floatParameter
           
protected  IntParameter intParameter
           
protected  StringParameter stringParameter
           
 
Constructor Summary
Parameter()
           
Parameter(BigDecimal value)
           
Parameter(Collection value)
           
Parameter(Date value)
           
Parameter(float value)
           
Parameter(int value)
           
Parameter(String value)
           
 
Method Summary
 CollectionParameter getCollectionParameter()
          Gets the value of the collectionParameter property.
 DateParameter getDateParameter()
          Gets the value of the dateParameter property.
 DecimalParameter getDecimalParameter()
          Gets the value of the decimalParameter property.
 FloatParameter getFloatParameter()
          Gets the value of the floatParameter property.
 IntParameter getIntParameter()
          Gets the value of the intParameter property.
 StringParameter getStringParameter()
          Gets the value of the stringParameter property.
 Object getValue()
           
 void setCollectionParameter(CollectionParameter value)
          Sets the value of the collectionParameter property.
 void setDateParameter(DateParameter value)
          Sets the value of the dateParameter property.
 void setDecimalParameter(DecimalParameter value)
          Sets the value of the decimalParameter property.
 void setFloatParameter(FloatParameter value)
          Sets the value of the floatParameter property.
 void setIntParameter(IntParameter value)
          Sets the value of the intParameter property.
 void setStringParameter(StringParameter value)
          Sets the value of the stringParameter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collectionParameter

protected CollectionParameter collectionParameter

dateParameter

protected DateParameter dateParameter

decimalParameter

protected DecimalParameter decimalParameter

floatParameter

protected FloatParameter floatParameter

intParameter

protected IntParameter intParameter

stringParameter

protected StringParameter stringParameter
Constructor Detail

Parameter

public Parameter()

Parameter

public Parameter(String value)

Parameter

public Parameter(int value)

Parameter

public Parameter(float value)

Parameter

public Parameter(BigDecimal value)

Parameter

public Parameter(Collection value)

Parameter

public Parameter(Date value)
Method Detail

getValue

public Object getValue()

getCollectionParameter

public CollectionParameter getCollectionParameter()
Gets the value of the collectionParameter property.

Returns:
possible object is CollectionParameter

setCollectionParameter

public void setCollectionParameter(CollectionParameter value)
Sets the value of the collectionParameter property.

Parameters:
value - allowed object is CollectionParameter

getDateParameter

public DateParameter getDateParameter()
Gets the value of the dateParameter property.

Returns:
possible object is DateParameter

setDateParameter

public void setDateParameter(DateParameter value)
Sets the value of the dateParameter property.

Parameters:
value - allowed object is DateParameter

getDecimalParameter

public DecimalParameter getDecimalParameter()
Gets the value of the decimalParameter property.

Returns:
possible object is DecimalParameter

setDecimalParameter

public void setDecimalParameter(DecimalParameter value)
Sets the value of the decimalParameter property.

Parameters:
value - allowed object is DecimalParameter

getFloatParameter

public FloatParameter getFloatParameter()
Gets the value of the floatParameter property.

Returns:
possible object is FloatParameter

setFloatParameter

public void setFloatParameter(FloatParameter value)
Sets the value of the floatParameter property.

Parameters:
value - allowed object is FloatParameter

getIntParameter

public IntParameter getIntParameter()
Gets the value of the intParameter property.

Returns:
possible object is IntParameter

setIntParameter

public void setIntParameter(IntParameter value)
Sets the value of the intParameter property.

Parameters:
value - allowed object is IntParameter

getStringParameter

public StringParameter getStringParameter()
Gets the value of the stringParameter property.

Returns:
possible object is StringParameter

setStringParameter

public void setStringParameter(StringParameter value)
Sets the value of the stringParameter property.

Parameters:
value - allowed object is StringParameter


Copyright © 2014. All rights reserved.