Package net.sf.basedb.core
Class BatchedPropertyInfo
- java.lang.Object
-
- net.sf.basedb.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-06 14:52:39 +0200 (må, 06 apr 2009) $
-
-
Field Summary
Fields Modifier and Type Field Description private String
name
private int
sqlTypeCode
-
Constructor Summary
Constructors Constructor Description BatchedPropertyInfo(String name, int sqlTypeCode)
Create a new extended property.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get the name of the property.int
getSqlTypeCode()
Get the sql type code as defined byTypes
.
-