Last update: 2011-06-23

org.proteios.core
Class BatchedPropertyInfo

java.lang.Object
  extended by org.proteios.core.BatchedPropertyInfo

public class BatchedPropertyInfo
extends Object

Holds information about a batchable property.

Version:
2.0
Author:
Nicklas
See Also:
ExtendableData
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Method Summary
 String getName()
          Get the name of the property.
 int getSqlTypeCode()
          Get the sql type code as defined by Types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Get the name of the property. This is the name that is used in queries.

Returns:
A string with the name

getSqlTypeCode

public int getSqlTypeCode()
Get the sql type code as defined by Types.

Returns:
The type code

Last update: 2011-06-23