com.opensymphony.module.propertyset.ejb.types
Interface PropertyDecimal

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface PropertyDecimal
extends javax.ejb.EJBObject

Remote interface for os.PropertyDecimal.

Version:
XDOCLET 1.1.1
Author:
XDOCLET 1.1.1
See Also:
com.opensymphony.module.propertyset.ejb.AbstractValueEntityEJB, com.opensymphony.module.propertyset.ejb.ValueEntity, PropertyStoreEJB

Method Summary
 java.lang.Long getId()
           
 java.lang.Double getValue(int type)
          Create appropriate wrapper object around value (Double).
 void setValue(int type, java.lang.Double value)
          Set the value.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Long getId()
                     throws java.rmi.RemoteException

getValue

public java.lang.Double getValue(int type)
                          throws java.rmi.RemoteException
Create appropriate wrapper object around value (Double).

setValue

public void setValue(int type,
                     java.lang.Double value)
              throws java.rmi.RemoteException
Set the value. Only java.lang.Number can be supplied.

See www.opensymphony.com for more information.