net.sf.farrago.fem.med
Interface FemSystemBackup

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemSystemBackup$Hib

public interface FemSystemBackup
extends RefObject

SystemBackup 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.


Method Summary
 long getCommitSequenceNumber()
          Returns the value of attribute commitSequenceNumber.
 String getEndTimestamp()
          Returns the value of attribute endTimestamp.
 String getStartTimestamp()
          Returns the value of attribute startTimestamp.
 BackupStatusType getStatus()
          Returns the value of attribute status.
 BackupType getType()
          Returns the value of attribute type.
 void setCommitSequenceNumber(long newValue)
          Sets the value of commitSequenceNumber attribute.
 void setEndTimestamp(String newValue)
          Sets the value of endTimestamp attribute.
 void setStartTimestamp(String newValue)
          Sets the value of startTimestamp attribute.
 void setStatus(BackupStatusType newValue)
          Sets the value of status attribute.
 void setType(BackupType newValue)
          Sets the value of type attribute.
 
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
 

Method Detail

getType

BackupType getType()
Returns the value of attribute type.

Returns:
Value of attribute type.

setType

void setType(BackupType newValue)
Sets the value of type attribute. See getType() for description on the attribute.

Parameters:
newValue - New value to be set.

getCommitSequenceNumber

long getCommitSequenceNumber()
Returns the value of attribute commitSequenceNumber.

Returns:
Value of attribute commitSequenceNumber.

setCommitSequenceNumber

void setCommitSequenceNumber(long newValue)
Sets the value of commitSequenceNumber attribute. See getCommitSequenceNumber() for description on the attribute.

Parameters:
newValue - New value to be set.

getStartTimestamp

String getStartTimestamp()
Returns the value of attribute startTimestamp.

Returns:
Value of attribute startTimestamp.

setStartTimestamp

void setStartTimestamp(String newValue)
Sets the value of startTimestamp attribute. See getStartTimestamp() for description on the attribute.

Parameters:
newValue - New value to be set.

getEndTimestamp

String getEndTimestamp()
Returns the value of attribute endTimestamp.

Returns:
Value of attribute endTimestamp.

setEndTimestamp

void setEndTimestamp(String newValue)
Sets the value of endTimestamp attribute. See getEndTimestamp() for description on the attribute.

Parameters:
newValue - New value to be set.

getStatus

BackupStatusType getStatus()
Returns the value of attribute status.

Returns:
Value of attribute status.

setStatus

void setStatus(BackupStatusType newValue)
Sets the value of status attribute. See getStatus() for description on the attribute.

Parameters:
newValue - New value to be set.