net.sf.farrago.fem.fennel
Class FemCmdAlterSystemDeallocate$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.FemCmdAlterSystemDeallocate$Hib
- All Implemented Interfaces:
- RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdAlterSystemDeallocate, FemDatabaseCmd
public class FemCmdAlterSystemDeallocate$Hib
- extends RefObjectBase
- implements FemCmdAlterSystemDeallocate
Implements MOF's CmdAlterSystemDeallocate 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 |
oldestLabelCsn
private Long oldestLabelCsn
dbHandle
private CmdUsesDbHandle dbHandle
FemCmdAlterSystemDeallocate$Hib
FemCmdAlterSystemDeallocate$Hib(RefClass refClass)
FemCmdAlterSystemDeallocate$Hib
FemCmdAlterSystemDeallocate$Hib(RefClass refClass,
long oldestLabelCsn)
getOldestLabelCsn
public long getOldestLabelCsn()
- Description copied from interface:
FemCmdAlterSystemDeallocate
- Returns the value of attribute oldestLabelCsn.
- Specified by:
getOldestLabelCsn
in interface FemCmdAlterSystemDeallocate
- Returns:
- Value of attribute oldestLabelCsn.
setOldestLabelCsn
public void setOldestLabelCsn(long newValue)
- Description copied from interface:
FemCmdAlterSystemDeallocate
- Sets the value of oldestLabelCsn attribute. See
FemCmdAlterSystemDeallocate.getOldestLabelCsn()
for description on the attribute.
- Specified by:
setOldestLabelCsn
in interface FemCmdAlterSystemDeallocate
- 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