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

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

public interface PropertyEntry
extends javax.ejb.EJBObject

Remote interface for os.PropertyEntry.


Method Summary
 long getEntityId()
           
 java.lang.String getEntityName()
           
 java.lang.Long getId()
           
 java.lang.String getKey()
           
 int getType()
           
 java.io.Serializable getValue()
           
 void setValue(java.io.Serializable value)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getEntityId

public long getEntityId()
                 throws java.rmi.RemoteException

getEntityName

public java.lang.String getEntityName()
                               throws java.rmi.RemoteException

getId

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

getKey

public java.lang.String getKey()
                        throws java.rmi.RemoteException

getType

public int getType()
            throws java.rmi.RemoteException

getValue

public java.io.Serializable getValue()
                              throws java.rmi.RemoteException

setValue

public void setValue(java.io.Serializable value)
              throws java.rmi.RemoteException

See www.opensymphony.com for more information.