com.silverpeas.mydb.data.key
Class ForeignKeyError

java.lang.Object
  extended by com.silverpeas.mydb.data.key.ForeignKeyError

public class ForeignKeyError
extends Object

Error linked to a table foreign key.

Author:
Antoine HEDIN

Field Summary
static int ERROR_SIZE
           
static int ERROR_TYPE
           
 
Constructor Summary
ForeignKeyError(String column, String label, int type, int correctedValue)
           
 
Method Summary
 String getColumn()
           
 int getCorrectedValue()
           
 String getLabel()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_TYPE

public static final int ERROR_TYPE
See Also:
Constant Field Values

ERROR_SIZE

public static final int ERROR_SIZE
See Also:
Constant Field Values
Constructor Detail

ForeignKeyError

public ForeignKeyError(String column,
                       String label,
                       int type,
                       int correctedValue)
Method Detail

getColumn

public String getColumn()

getLabel

public String getLabel()

getType

public int getType()

getCorrectedValue

public int getCorrectedValue()


Copyright © 2016 Silverpeas. All Rights Reserved.