com.pmease.quickbuild.plugin.report.engine.datatype
Class ChangesetIdType

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
      extended by com.pmease.quickbuild.plugin.report.engine.datatype.ObjectType
          extended by com.pmease.quickbuild.plugin.report.engine.datatype.ChangesetIdType
All Implemented Interfaces:
DataType, TypedObject, java.io.Serializable

public class ChangesetIdType
extends ObjectType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
CSV_FORMAT, nodeType, XML_FORMAT
 
Constructor Summary
ChangesetIdType()
           
 
Method Summary
 java.lang.Object asDbObject(java.lang.Object original)
           
 java.lang.String asString(java.lang.Object value, java.lang.String pattern, java.util.Locale locale)
           
 java.lang.Object fromDbObject(java.sql.ResultSet rs, java.lang.String columnName)
           
 java.lang.Object fromString(java.lang.String str, java.lang.String pattern, java.util.Locale locale)
           
 java.lang.String getDefaultPattern()
           
 ChangesetId getDefaultValue()
           
 java.lang.Class<?> getReturnedClass()
           
 java.lang.String getSqlType()
           
 java.lang.String getType()
           
 ChangesetId typeCast(java.lang.Object from)
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.ObjectType
fromDbObject
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractDataType
asString, asString, compare, equals, fromString, fromString, fromXML, getNodeType, getReadFormat, getWriteFormat, hashCode, isCollectionType, isEqual, isIdType, isNumericType, isPrimitiveType, newInstance, readFromNode, setNodeType, toString, toXML, writeToNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangesetIdType

public ChangesetIdType()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject
Overrides:
getType in class ObjectType

fromString

public java.lang.Object fromString(java.lang.String str,
                                   java.lang.String pattern,
                                   java.util.Locale locale)
Specified by:
fromString in interface DataType
Overrides:
fromString in class ObjectType

asString

public java.lang.String asString(java.lang.Object value,
                                 java.lang.String pattern,
                                 java.util.Locale locale)
Specified by:
asString in interface DataType
Overrides:
asString in class ObjectType

typeCast

public ChangesetId typeCast(java.lang.Object from)
Specified by:
typeCast in interface DataType
Overrides:
typeCast in class ObjectType

getDefaultValue

public ChangesetId getDefaultValue()
Specified by:
getDefaultValue in interface DataType
Overrides:
getDefaultValue in class AbstractDataType

getDefaultPattern

public java.lang.String getDefaultPattern()
Specified by:
getDefaultPattern in interface DataType
Overrides:
getDefaultPattern in class ObjectType

getReturnedClass

public java.lang.Class<?> getReturnedClass()
Specified by:
getReturnedClass in interface DataType
Overrides:
getReturnedClass in class ObjectType

getSqlType

public java.lang.String getSqlType()
Specified by:
getSqlType in interface DataType
Overrides:
getSqlType in class ObjectType

asDbObject

public java.lang.Object asDbObject(java.lang.Object original)
Specified by:
asDbObject in interface DataType
Overrides:
asDbObject in class ObjectType

fromDbObject

public java.lang.Object fromDbObject(java.sql.ResultSet rs,
                                     java.lang.String columnName)
Specified by:
fromDbObject in interface DataType
Overrides:
fromDbObject in class ObjectType


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.