org.drools.ide.common.client.modeldriven.dt52
Class DTCellValue52
java.lang.Object
org.drools.ide.common.client.modeldriven.dt52.DTCellValue52
- All Implemented Interfaces:
- Serializable, PortableObject
public class DTCellValue52
- extends Object
- implements PortableObject
Holder for cell value and other attributes. This is serialised by GWT RPC and
therefore does not contain a single property of type Serializable (that would
have been ideal). Instead the concrete data types are included separately.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTCellValue52
public DTCellValue52()
DTCellValue52
public DTCellValue52(BigDecimal value)
DTCellValue52
public DTCellValue52(Boolean value)
DTCellValue52
public DTCellValue52(Date value)
DTCellValue52
public DTCellValue52(double value)
DTCellValue52
public DTCellValue52(int value)
DTCellValue52
public DTCellValue52(long value)
DTCellValue52
public DTCellValue52(String value)
getBooleanValue
public Boolean getBooleanValue()
getDataType
public DTDataTypes52 getDataType()
getDateValue
public Date getDateValue()
getNumericValue
public BigDecimal getNumericValue()
getStringValue
public String getStringValue()
isOtherwise
public boolean isOtherwise()
setBooleanValue
public void setBooleanValue(Boolean value)
setDateValue
public void setDateValue(Date value)
setNumericValue
public void setNumericValue(BigDecimal value)
setOtherwise
public void setOtherwise(boolean isOtherwise)
setStringValue
public void setStringValue(String value)
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.