net.sf.farrago.fem.fennel
Class FemCmdCompleteBackup$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by net.sf.farrago.fem.fennel.FemCmdCompleteBackup$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdCompleteBackup, FemDatabaseCmd

public class FemCmdCompleteBackup$Hib
extends RefObjectBase
implements FemCmdCompleteBackup

Implements MOF's CmdCompleteBackup interface.

Author:
MofImplementationHandler

Field Summary
private  CmdUsesDbHandle dbHandle
           
private  Long lowerBoundCsn
           
private  Long upperBoundCsn
           
 
Constructor Summary
FemCmdCompleteBackup$Hib(RefClass refClass)
           
FemCmdCompleteBackup$Hib(RefClass refClass, long lowerBoundCsn, long upperBoundCsn)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 FemDbHandle getDbHandle()
          Returns the value of reference DbHandle.
 long getLowerBoundCsn()
          Returns the value of attribute lowerBoundCsn.
 long getUpperBoundCsn()
          Returns the value of attribute upperBoundCsn.
 void setDbHandle(FemDbHandle newValue)
          Sets the value of DbHandle reference.
 void setLowerBoundCsn(long newValue)
          Sets the value of lowerBoundCsn attribute.
 void setUpperBoundCsn(long newValue)
          Sets the value of upperBoundCsn attribute.
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

lowerBoundCsn

private Long lowerBoundCsn

upperBoundCsn

private Long upperBoundCsn

dbHandle

private CmdUsesDbHandle dbHandle
Constructor Detail

FemCmdCompleteBackup$Hib

FemCmdCompleteBackup$Hib(RefClass refClass)

FemCmdCompleteBackup$Hib

FemCmdCompleteBackup$Hib(RefClass refClass,
                         long lowerBoundCsn,
                         long upperBoundCsn)
Method Detail

getLowerBoundCsn

public long getLowerBoundCsn()
Description copied from interface: FemCmdCompleteBackup
Returns the value of attribute lowerBoundCsn.

Specified by:
getLowerBoundCsn in interface FemCmdCompleteBackup
Returns:
Value of attribute lowerBoundCsn.

setLowerBoundCsn

public void setLowerBoundCsn(long newValue)
Description copied from interface: FemCmdCompleteBackup
Sets the value of lowerBoundCsn attribute. See FemCmdCompleteBackup.getLowerBoundCsn() for description on the attribute.

Specified by:
setLowerBoundCsn in interface FemCmdCompleteBackup
Parameters:
newValue - New value to be set.

getUpperBoundCsn

public long getUpperBoundCsn()
Description copied from interface: FemCmdCompleteBackup
Returns the value of attribute upperBoundCsn.

Specified by:
getUpperBoundCsn in interface FemCmdCompleteBackup
Returns:
Value of attribute upperBoundCsn.

setUpperBoundCsn

public void setUpperBoundCsn(long newValue)
Description copied from interface: FemCmdCompleteBackup
Sets the value of upperBoundCsn attribute. See FemCmdCompleteBackup.getUpperBoundCsn() for description on the attribute.

Specified by:
setUpperBoundCsn in interface FemCmdCompleteBackup
Parameters:
newValue - New value to be set.

getDbHandle

public FemDbHandle getDbHandle()
Description copied from interface: FemDatabaseCmd
Returns the value of reference DbHandle.

Specified by:
getDbHandle in interface FemDatabaseCmd
Returns:
Value of reference DbHandle.

setDbHandle

public void setDbHandle(FemDbHandle newValue)
Description copied from interface: FemDatabaseCmd
Sets the value of DbHandle reference. See FemDatabaseCmd.getDbHandle() for description on the attribute.

Specified by:
setDbHandle in interface FemDatabaseCmd
Parameters:
newValue - New value to be set.

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase