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

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

public interface PropertyNumber
extends javax.ejb.EJBObject

Remote interface for os.PropertyNumber.

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.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.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

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

getValue

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

setValue

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

See www.opensymphony.com for more information.