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

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface PropertyEntryLocal
extends javax.ejb.EJBLocalObject

Local interface for 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.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

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()

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony