Package com.kenshoo.pl.data
Class UpdateRecordCommand
- java.lang.Object
-
- com.kenshoo.pl.data.AbstractRecordCommand
-
- com.kenshoo.pl.data.UpdateRecordCommand
-
public class UpdateRecordCommand extends AbstractRecordCommand
-
-
Constructor Summary
Constructors Constructor Description UpdateRecordCommand(DataTable table, int id)Convenience constructor for tables with integer IDUpdateRecordCommand(DataTable table, long id)Convenience constructor for tables with bigint IDUpdateRecordCommand(DataTable table, DatabaseId id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseIdgetId()-
Methods inherited from class com.kenshoo.pl.data.AbstractRecordCommand
get, getFields, getPrimaryKeyField, getTable, getValues, isEmpty, set
-
-
-
-
Constructor Detail
-
UpdateRecordCommand
public UpdateRecordCommand(DataTable table, DatabaseId id)
-
UpdateRecordCommand
public UpdateRecordCommand(DataTable table, int id)
Convenience constructor for tables with integer ID
-
UpdateRecordCommand
public UpdateRecordCommand(DataTable table, long id)
Convenience constructor for tables with bigint ID
-
-
Method Detail
-
getId
public DatabaseId getId()
-
-