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

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

public interface PropertyString
extends javax.ejb.EJBObject

Remote interface for os.PropertyString.

Version:
XDOCLET 1.1.1
Author:
XDOCLET 1.1.1
See Also:
com.opensymphony.module.propertyset.ejb.AbstractValueEntityEJB, com.opensymphony.module.propertyset.ejb.ValueEntity, 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.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getId

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

getValue

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

setValue

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

See www.opensymphony.com for more information.