com.opensymphony.module.propertyset.ejb.types
Interface PropertyEntryLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
- public interface PropertyEntryLocal
- extends javax.ejb.EJBLocalObject
Local interface for PropertyEntry.
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getEntityId
public long getEntityId()
getEntityName
public java.lang.String getEntityName()
getId
public java.lang.Long getId()
getKey
public java.lang.String getKey()
getType
public int getType()
setValue
public void setValue(java.io.Serializable value)
getValue
public java.io.Serializable getValue()
|