com.triactive.jdo.sco
Class SCOProcessor.DateProcessor

java.lang.Object
  extended bycom.triactive.jdo.sco.SCOProcessor
      extended bycom.triactive.jdo.sco.SCOProcessor.DateProcessor
Enclosing class:
SCOProcessor

public static class SCOProcessor.DateProcessor
extends SCOProcessor

The SCO processor for java.util.Date fields.


Nested Class Summary
 
Nested classes inherited from class com.triactive.jdo.sco.SCOProcessor
SCOProcessor.DateProcessor, SCOProcessor.HashMapProcessor, SCOProcessor.HashSetProcessor, SCOProcessor.HashtableProcessor, SCOProcessor.MapProcessor, SCOProcessor.SetProcessor, SCOProcessor.SqlDateProcessor, SCOProcessor.SqlTimestampProcessor
 
Constructor Summary
SCOProcessor.DateProcessor()
           
 
Method Summary
 SCO newSCOInstance(java.lang.Object owner, java.lang.String fieldName, java.lang.Object value)
          Returns a new SCO instance.
 
Methods inherited from class com.triactive.jdo.sco.SCOProcessor
forFieldType, isSecondClassMutableType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCOProcessor.DateProcessor

public SCOProcessor.DateProcessor()
Method Detail

newSCOInstance

public SCO newSCOInstance(java.lang.Object owner,
                          java.lang.String fieldName,
                          java.lang.Object value)
Description copied from class: SCOProcessor
Returns a new SCO instance. The returned instance is owned by the specified owner but has not been assigned to the corresponding field.

Specified by:
newSCOInstance in class SCOProcessor
Parameters:
owner - The first-class object that will own the new second-class object.
fieldName - The name of the field in the owning object.
value - The initial value of the new object.
Returns:
A new SCO instance.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.