net.sf.farrago.fem.fennel
Class FemCmdCheckpoint$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.FemCmdCheckpoint$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdCheckpoint, FemDatabaseCmd

public class FemCmdCheckpoint$Hib
extends RefObjectBase
implements FemCmdCheckpoint

Implements MOF's CmdCheckpoint interface.

Author:
MofImplementationHandler

Field Summary
private  Boolean async
           
private  CmdUsesDbHandle dbHandle
           
private  Boolean fuzzy
           
 
Constructor Summary
FemCmdCheckpoint$Hib(RefClass refClass)
           
FemCmdCheckpoint$Hib(RefClass refClass, boolean fuzzy, boolean async)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 FemDbHandle getDbHandle()
          Returns the value of reference DbHandle.
 boolean isAsync()
          Returns the value of attribute async.
 boolean isFuzzy()
          Returns the value of attribute fuzzy.
 void setAsync(boolean newValue)
          Sets the value of async attribute.
 void setDbHandle(FemDbHandle newValue)
          Sets the value of DbHandle reference.
 void setFuzzy(boolean newValue)
          Sets the value of fuzzy 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

fuzzy

private Boolean fuzzy

async

private Boolean async

dbHandle

private CmdUsesDbHandle dbHandle
Constructor Detail

FemCmdCheckpoint$Hib

FemCmdCheckpoint$Hib(RefClass refClass)

FemCmdCheckpoint$Hib

FemCmdCheckpoint$Hib(RefClass refClass,
                     boolean fuzzy,
                     boolean async)
Method Detail

isFuzzy

public boolean isFuzzy()
Description copied from interface: FemCmdCheckpoint
Returns the value of attribute fuzzy.

Specified by:
isFuzzy in interface FemCmdCheckpoint
Returns:
Value of attribute fuzzy.

setFuzzy

public void setFuzzy(boolean newValue)
Description copied from interface: FemCmdCheckpoint
Sets the value of fuzzy attribute. See FemCmdCheckpoint.isFuzzy() for description on the attribute.

Specified by:
setFuzzy in interface FemCmdCheckpoint
Parameters:
newValue - New value to be set.

isAsync

public boolean isAsync()
Description copied from interface: FemCmdCheckpoint
Returns the value of attribute async.

Specified by:
isAsync in interface FemCmdCheckpoint
Returns:
Value of attribute async.

setAsync

public void setAsync(boolean newValue)
Description copied from interface: FemCmdCheckpoint
Sets the value of async attribute. See FemCmdCheckpoint.isAsync() for description on the attribute.

Specified by:
setAsync in interface FemCmdCheckpoint
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