agonism.dovetail.site
Class LastModifiedIDValue

java.lang.Object
  |
  +--agonism.dovetail.site.DovetailInstance
        |
        +--agonism.dovetail.site.Value
              |
              +--agonism.dovetail.site.LastModifiedIDValue

public class LastModifiedIDValue
extends Value

Returns the ID of the last record modified for the given Table.


Fields inherited from class agonism.dovetail.site.DovetailInstance
m_context
 
Constructor Summary
protected LastModifiedIDValue(IRequestContext context, QLastModifiedID peer)
           
 
Method Summary
 Type getType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class agonism.dovetail.site.Value
convert, convert, format, parse, parseType, toString
 
Methods inherited from class agonism.dovetail.site.DovetailInstance
findObject, findPageName, getContext, getFactory, getName, getPage, getPeer, getSite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastModifiedIDValue

protected LastModifiedIDValue(IRequestContext context,
                              QLastModifiedID peer)
Method Detail

getValue

public java.lang.Object getValue()
Overrides:
getValue in class Value

getType

public Type getType()
Overrides:
getType in class Value