net.sf.farrago.fem.med
Interface FemRowCountStatistics

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemRowCountStatistics$Hib

public interface FemRowCountStatistics
extends RefObject

RowCountStatistics object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 Long getAnalyzeRowCount()
          Returns the value of attribute analyzeRowCount.
 String getAnalyzeTimestamp()
          Returns the value of attribute analyzeTimestamp.
 FemAbstractColumnSet getColumnSet()
          Returns the value of reference ColumnSet.
 Long getDeletedRowCount()
          Returns the value of attribute deletedRowCount.
 String getDmlTimestamp()
          Returns the value of attribute dmlTimestamp.
 Long getRowCount()
          Returns the value of attribute rowCount.
 void setAnalyzeRowCount(Long newValue)
          Sets the value of analyzeRowCount attribute.
 void setAnalyzeTimestamp(String newValue)
          Sets the value of analyzeTimestamp attribute.
 void setColumnSet(FemAbstractColumnSet newValue)
          Sets the value of ColumnSet reference.
 void setDeletedRowCount(Long newValue)
          Sets the value of deletedRowCount attribute.
 void setDmlTimestamp(String newValue)
          Sets the value of dmlTimestamp attribute.
 void setRowCount(Long newValue)
          Sets the value of rowCount attribute.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getDmlTimestamp

String getDmlTimestamp()
Returns the value of attribute dmlTimestamp.

Returns:
Value of attribute dmlTimestamp.

setDmlTimestamp

void setDmlTimestamp(String newValue)
Sets the value of dmlTimestamp attribute. See getDmlTimestamp() for description on the attribute.

Parameters:
newValue - New value to be set.

getRowCount

Long getRowCount()
Returns the value of attribute rowCount.

Returns:
Value of attribute rowCount.

setRowCount

void setRowCount(Long newValue)
Sets the value of rowCount attribute. See getRowCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getDeletedRowCount

Long getDeletedRowCount()
Returns the value of attribute deletedRowCount.

Returns:
Value of attribute deletedRowCount.

setDeletedRowCount

void setDeletedRowCount(Long newValue)
Sets the value of deletedRowCount attribute. See getDeletedRowCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getAnalyzeTimestamp

String getAnalyzeTimestamp()
Returns the value of attribute analyzeTimestamp.

Returns:
Value of attribute analyzeTimestamp.

setAnalyzeTimestamp

void setAnalyzeTimestamp(String newValue)
Sets the value of analyzeTimestamp attribute. See getAnalyzeTimestamp() for description on the attribute.

Parameters:
newValue - New value to be set.

getAnalyzeRowCount

Long getAnalyzeRowCount()
Returns the value of attribute analyzeRowCount.

Returns:
Value of attribute analyzeRowCount.

setAnalyzeRowCount

void setAnalyzeRowCount(Long newValue)
Sets the value of analyzeRowCount attribute. See getAnalyzeRowCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getColumnSet

FemAbstractColumnSet getColumnSet()
Returns the value of reference ColumnSet.

Returns:
Value of reference ColumnSet.

setColumnSet

void setColumnSet(FemAbstractColumnSet newValue)
Sets the value of ColumnSet reference. See getColumnSet() for description on the attribute.

Parameters:
newValue - New value to be set.