|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.FemCmdRestoreFromBackup$Hib
public class FemCmdRestoreFromBackup$Hib
Implements MOF's CmdRestoreFromBackup interface.
MofImplementationHandler
Field Summary | |
---|---|
private String |
backupPathname
|
private String |
compressionProgram
|
private CmdUsesDbHandle |
dbHandle
|
private Long |
fileSize
|
private Long |
lowerBoundCsn
|
private Long |
upperBoundCsn
|
Constructor Summary | |
---|---|
FemCmdRestoreFromBackup$Hib(RefClass refClass)
|
|
FemCmdRestoreFromBackup$Hib(RefClass refClass,
String backupPathname,
long fileSize,
String compressionProgram,
long lowerBoundCsn,
long upperBoundCsn)
|
Method Summary | |
---|---|
protected void |
checkConstraints(List<JmiException> errors,
boolean deepVerify)
|
String |
getBackupPathname()
Returns the value of attribute backupPathname. |
String |
getCompressionProgram()
Returns the value of attribute compressionProgram. |
FemDbHandle |
getDbHandle()
Returns the value of reference DbHandle. |
long |
getFileSize()
Returns the value of attribute fileSize. |
long |
getLowerBoundCsn()
Returns the value of attribute lowerBoundCsn. |
long |
getUpperBoundCsn()
Returns the value of attribute upperBoundCsn. |
void |
setBackupPathname(String newValue)
Sets the value of backupPathname attribute. |
void |
setCompressionProgram(String newValue)
Sets the value of compressionProgram attribute. |
void |
setDbHandle(FemDbHandle newValue)
Sets the value of DbHandle reference. |
void |
setFileSize(long newValue)
Sets the value of fileSize attribute. |
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 |
---|
private String backupPathname
private Long fileSize
private String compressionProgram
private Long lowerBoundCsn
private Long upperBoundCsn
private CmdUsesDbHandle dbHandle
Constructor Detail |
---|
FemCmdRestoreFromBackup$Hib(RefClass refClass)
FemCmdRestoreFromBackup$Hib(RefClass refClass, String backupPathname, long fileSize, String compressionProgram, long lowerBoundCsn, long upperBoundCsn)
Method Detail |
---|
public String getBackupPathname()
FemCmdRestoreFromBackup
getBackupPathname
in interface FemCmdRestoreFromBackup
public void setBackupPathname(String newValue)
FemCmdRestoreFromBackup
FemCmdRestoreFromBackup.getBackupPathname()
for description on the attribute.
setBackupPathname
in interface FemCmdRestoreFromBackup
newValue
- New value to be set.public long getFileSize()
FemCmdRestoreFromBackup
getFileSize
in interface FemCmdRestoreFromBackup
public void setFileSize(long newValue)
FemCmdRestoreFromBackup
FemCmdRestoreFromBackup.getFileSize()
for
description on the attribute.
setFileSize
in interface FemCmdRestoreFromBackup
newValue
- New value to be set.public String getCompressionProgram()
FemCmdRestoreFromBackup
getCompressionProgram
in interface FemCmdRestoreFromBackup
public void setCompressionProgram(String newValue)
FemCmdRestoreFromBackup
FemCmdRestoreFromBackup.getCompressionProgram()
for description on the attribute.
setCompressionProgram
in interface FemCmdRestoreFromBackup
newValue
- New value to be set.public long getLowerBoundCsn()
FemCmdRestoreFromBackup
getLowerBoundCsn
in interface FemCmdRestoreFromBackup
public void setLowerBoundCsn(long newValue)
FemCmdRestoreFromBackup
FemCmdRestoreFromBackup.getLowerBoundCsn()
for description on the attribute.
setLowerBoundCsn
in interface FemCmdRestoreFromBackup
newValue
- New value to be set.public long getUpperBoundCsn()
FemCmdRestoreFromBackup
getUpperBoundCsn
in interface FemCmdRestoreFromBackup
public void setUpperBoundCsn(long newValue)
FemCmdRestoreFromBackup
FemCmdRestoreFromBackup.getUpperBoundCsn()
for description on the attribute.
setUpperBoundCsn
in interface FemCmdRestoreFromBackup
newValue
- New value to be set.public FemDbHandle getDbHandle()
FemDatabaseCmd
getDbHandle
in interface FemDatabaseCmd
public void setDbHandle(FemDbHandle newValue)
FemDatabaseCmd
FemDatabaseCmd.getDbHandle()
for
description on the attribute.
setDbHandle
in interface FemDatabaseCmd
newValue
- New value to be set.protected void checkConstraints(List<JmiException> errors, boolean deepVerify)
checkConstraints
in class RefBaseObjectBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |