Class TableRowChangeStatus

java.lang.Object
com.ebasetech.ufs.mapping.TableRowChangeStatus

public class TableRowChangeStatus
extends java.lang.Object
Enumeration of table row change status values.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int DELETED
    The row has been deleted
    static int INSERTED
    The row is new
    static int UNCHANGED
    The row is unchanged
    static int UPDATED
    The one or more cells in this row have changed value
  • Constructor Summary

    Constructors
    Constructor Description
    TableRowChangeStatus()  
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TableRowChangeStatus

      public TableRowChangeStatus()