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

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface PropertyNumberLocal
extends javax.ejb.EJBLocalObject

Local interface for PropertyNumber.

Version:
$Revision: 1.3 $
Author:
Hani Suleiman, Joe Walnes
See Also:
PropertyStoreEJB

Method Summary
 java.lang.Long getId()
           
 java.io.Serializable getValue(int type)
          Create appropriate wrapper object around value (Boolean, Integer, Long).
 void setValue(int type, java.io.Serializable value)
          Set the value.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Long getId()

setValue

public void setValue(int type,
                     java.io.Serializable value)
Set the value. Only java.lang.Number, java.lang.Boolean or java.util.Date can be supplied.


getValue

public java.io.Serializable getValue(int type)
Create appropriate wrapper object around value (Boolean, Integer, Long).


See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony