com.stimulsoft.report.check.datarelation
Class StiKeysNotFoundRelationCheck

java.lang.Object
  extended by com.stimulsoft.report.check.StiCheck
      extended by com.stimulsoft.report.check.datarelation.StiDataRelationCheck
          extended by com.stimulsoft.report.check.datarelation.StiKeysNotFoundRelationCheck

public class StiKeysNotFoundRelationCheck
extends StiDataRelationCheck

Copyright Stimulsoft


Constructor Summary
StiKeysNotFoundRelationCheck()
           
 
Method Summary
 java.lang.String getColumns()
           
 java.lang.String getLongMessage()
           
 boolean getPreviewVisible()
           
 java.lang.String getShortMessage()
           
 StiCheckStatus getStatus()
           
 java.lang.Object processCheck(StiReport report, java.lang.Object obj)
           
 void setColumns(java.lang.String columns)
           
 
Methods inherited from class com.stimulsoft.report.check.datarelation.StiDataRelationCheck
getElementName, getObjectType
 
Methods inherited from class com.stimulsoft.report.check.StiCheck
clone, createPreviewImage, getActions, getElement, getEnabled, isDefaultStateEnabled, setActions, setElement, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiKeysNotFoundRelationCheck

public StiKeysNotFoundRelationCheck()
Method Detail

getPreviewVisible

public boolean getPreviewVisible()
Overrides:
getPreviewVisible in class StiCheck

getColumns

public java.lang.String getColumns()
Returns:
the columns

setColumns

public void setColumns(java.lang.String columns)
Parameters:
columns - the columns to set

getShortMessage

public java.lang.String getShortMessage()
Specified by:
getShortMessage in class StiCheck

getLongMessage

public java.lang.String getLongMessage()
Specified by:
getLongMessage in class StiCheck

getStatus

public StiCheckStatus getStatus()
Specified by:
getStatus in class StiCheck

processCheck

public java.lang.Object processCheck(StiReport report,
                                     java.lang.Object obj)
Specified by:
processCheck in class StiCheck