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.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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