net.sf.farrago.fem.fennel
Class FemCmdGetTxnCsn$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
net.sf.farrago.fem.fennel.FemCmdGetTxnCsn$Hib
- All Implemented Interfaces:
- RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdGetTxnCsn, FemCsnHandleReturningCmd, FemTxnCmd
public class FemCmdGetTxnCsn$Hib
- extends RefObjectBase
- implements FemCmdGetTxnCsn
Implements MOF's CmdGetTxnCsn interface.
- Author:
MofImplementationHandler
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.RefBaseObjectBase |
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
resultHandle
private CmdReturnsCsnHandle resultHandle
txnHandle
private CmdUsesTxnHandle txnHandle
FemCmdGetTxnCsn$Hib
FemCmdGetTxnCsn$Hib(RefClass refClass)
getResultHandle
public FemCsnHandle getResultHandle()
- Description copied from interface:
FemCsnHandleReturningCmd
- Returns the value of reference ResultHandle.
- Specified by:
getResultHandle
in interface FemCsnHandleReturningCmd
- Returns:
- Value of reference ResultHandle.
setResultHandle
public void setResultHandle(FemCsnHandle newValue)
- Description copied from interface:
FemCsnHandleReturningCmd
- Sets the value of ResultHandle reference. See
FemCsnHandleReturningCmd.getResultHandle()
for description on the attribute.
- Specified by:
setResultHandle
in interface FemCsnHandleReturningCmd
- Parameters:
newValue
- New value to be set.
getTxnHandle
public FemTxnHandle getTxnHandle()
- Description copied from interface:
FemTxnCmd
- Returns the value of reference TxnHandle.
- Specified by:
getTxnHandle
in interface FemTxnCmd
- Returns:
- Value of reference TxnHandle.
setTxnHandle
public void setTxnHandle(FemTxnHandle newValue)
- Description copied from interface:
FemTxnCmd
- Sets the value of TxnHandle reference. See
FemTxnCmd.getTxnHandle()
for
description on the attribute.
- Specified by:
setTxnHandle
in interface FemTxnCmd
- Parameters:
newValue
- New value to be set.
checkConstraints
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
- Specified by:
checkConstraints
in class RefBaseObjectBase