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

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface PropertyStringLocal
extends javax.ejb.EJBLocalObject

Local interface for PropertyString.

Version:
$Revision: 1.2 $
Author:
Hani Suleiman, Joe Walnes
See Also:
PropertyStoreEJB

Method Summary
 java.lang.Long getId()
           
 java.lang.String getValue(int type)
          Return String based value.
 void setValue(int type, java.lang.String value)
          Set the value.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

public java.lang.Long getId()

setValue

public void setValue(int type,
                     java.lang.String value)
Set the value. Only java.lang.String can be supplied.


getValue

public java.lang.String getValue(int type)
Return String based value.


See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony