|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemSystemBackup
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 |
---|
BackupType getType()
void setType(BackupType newValue)
getType()
for
description on the attribute.
newValue
- New value to be set.long getCommitSequenceNumber()
void setCommitSequenceNumber(long newValue)
getCommitSequenceNumber()
for description on the attribute.
newValue
- New value to be set.String getStartTimestamp()
void setStartTimestamp(String newValue)
getStartTimestamp()
for description on the attribute.
newValue
- New value to be set.String getEndTimestamp()
void setEndTimestamp(String newValue)
getEndTimestamp()
for description on the attribute.
newValue
- New value to be set.BackupStatusType getStatus()
void setStatus(BackupStatusType newValue)
getStatus()
for
description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |