org.apache.jdo.sco
Interface SCODate

All Superinterfaces:
SCO
All Known Implementing Classes:
Date, SqlDate, SqlTime, SqlTimestamp

public interface SCODate
extends SCO


Method Summary
 void setTimeInternal(long time)
          Sets initial date value without notifying the owner object
 
Methods inherited from interface org.apache.jdo.sco.SCO
clone, getFieldName, getOwner, setOwner, unsetOwner
 

Method Detail

setTimeInternal

void setTimeInternal(long time)
Sets initial date value without notifying the owner object

Parameters:
time - in milliseconds


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.