com.opensymphony.module.propertyset.ejb.types
Interface PropertyDecimalLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
- public interface PropertyDecimalLocal
- extends javax.ejb.EJBLocalObject
Local interface for PropertyDecimal.
- Version:
- $Revision: 1.2 $
- Author:
- Hani Suleiman, Joe Walnes
- See Also:
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.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getId
public java.lang.Long getId()
setValue
public void setValue(int type,
java.lang.Double value)
- Set the value. Only java.lang.Number can be supplied.
getValue
public java.lang.Double getValue(int type)
- Create appropriate wrapper object around value (Double).
|