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

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

public class IdType
extends LongType

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
IdType()
           
 
Method Summary
 java.lang.String getType()
           
 boolean isIdType()
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.LongType
asString, fromDbObject, fromString, getDefaultPattern, getDefaultValue, getReturnedClass, getSqlType, typeCast
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.datatype.AbstractNumericType
asDbObject, isNumericType, isPrimitiveType, readFromNode, toNumber, writeToNode
 
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, newInstance, setNodeType, toString, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdType

public IdType()
Method Detail

getType

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

isIdType

public boolean isIdType()
Specified by:
isIdType in interface DataType
Overrides:
isIdType in class AbstractDataType


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