|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Date
|
+--com.solarmetric.rd.kodo.util.ProxyDate
Extension of the Date type that calls the
PersistenceCapable.jdoMakeDirty(java.lang.String) method on its
owning persistence capable instance on modification. This class does
not support modification via any deprecated method of the
date class.
| Constructor Summary | |
ProxyDate()
|
|
ProxyDate(long time)
|
|
| Method Summary | |
java.lang.Object |
getOwner()
Return the owning object. |
java.lang.String |
getOwnerFieldName()
Return the owning field name. |
boolean |
isOwner(java.lang.Object pc,
java.lang.String fieldName)
Return true if the given object and field name match the owner of this proxy. |
void |
setOwner(java.lang.Object pc,
java.lang.String fieldName)
Set the owning JDO instance of the proxy and the name of the field it is assigned to. |
void |
setTime(long millis)
|
protected java.lang.Object |
writeReplace()
|
| Methods inherited from class java.util.Date |
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, toString, UTC |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProxyDate()
public ProxyDate(long time)
| Method Detail |
public void setOwner(java.lang.Object pc,
java.lang.String fieldName)
Proxy
setOwner in interface Proxypublic java.lang.Object getOwner()
Proxy
getOwner in interface Proxypublic java.lang.String getOwnerFieldName()
Proxy
getOwnerFieldName in interface Proxy
public boolean isOwner(java.lang.Object pc,
java.lang.String fieldName)
Proxy
isOwner in interface Proxypublic void setTime(long millis)
setTime in class java.util.Date
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||