com.opensymphony.module.propertyset.ejb.types
Interface PropertyDateLocal
- All Superinterfaces:
- javax.ejb.EJBLocalObject
- public interface PropertyDateLocal
- extends javax.ejb.EJBLocalObject
Local interface for PropertyDate.
- Version:
- $Revision: 1.2 $
- Author:
- Joe Walnes
- See Also:
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.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
getId
public java.lang.Long getId()
setValue
public void setValue(int type,
java.sql.Timestamp value)
- Set the value. Only java.util.Timestamp can be supplied.
getValue
public java.sql.Timestamp getValue(int type)
- Return Date
|