com.opensymphony.module.propertyset.ejb.types
Interface PropertyDate
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface PropertyDate
- extends javax.ejb.EJBObject
Remote interface for os.PropertyDate.
- 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.sql.Timestamp |
getValue(int type)
Return Date |
void |
setValue(int type,
java.sql.Timestamp value)
Set the value. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getId
public java.lang.Long getId()
throws java.rmi.RemoteException
getValue
public java.sql.Timestamp getValue(int type)
throws java.rmi.RemoteException
- Return Date
setValue
public void setValue(int type,
java.sql.Timestamp value)
throws java.rmi.RemoteException
- Set the value. Only java.sql.Timestamp can be supplied.