net.sf.farrago.fem.fennel
Interface FemCmdBeginTxnWithCsn
- All Superinterfaces:
- FemBeginTxnCmd, FemCmd, FemDatabaseCmd, RefBaseObject, RefFeatured, RefObject
- All Known Implementing Classes:
- FemCmdBeginTxnWithCsn$Hib
public interface FemCmdBeginTxnWithCsn
- extends FemBeginTxnCmd
CmdBeginTxnWithCsn 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.
getCsnHandle
FemCsnHandle getCsnHandle()
- Returns the value of reference CsnHandle.
- Returns:
- Value of reference CsnHandle.
setCsnHandle
void setCsnHandle(FemCsnHandle newValue)
- Sets the value of CsnHandle reference. See
getCsnHandle()
for
description on the attribute.
- Parameters:
newValue
- New value to be set.