org.kuali.rice.kew.api.document.attribute
Class DocumentAttributeDecimal

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.attribute.DocumentAttribute
          extended by org.kuali.rice.kew.api.document.attribute.DocumentAttributeDecimal
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, DocumentAttributeContract

public final class DocumentAttributeDecimal
extends DocumentAttribute

A document attribute which contains decimal data. Construct instances of DocumentAttributeDecimal using it's builder or the DocumentAttributeFactory.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Nested Class Summary
static class DocumentAttributeDecimal.Builder
           
 
Nested classes/interfaces inherited from class org.kuali.rice.kew.api.document.attribute.DocumentAttribute
DocumentAttribute.AbstractBuilder<T>
 
Method Summary
 DocumentAttributeDataType getDataType()
           
 BigDecimal getValue()
           
 
Methods inherited from class org.kuali.rice.kew.api.document.attribute.DocumentAttribute
getName
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public BigDecimal getValue()

getDataType

public DocumentAttributeDataType getDataType()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.