|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.comm.interfaces.ISeriesHostMemberDefinition
public class ISeriesHostMemberDefinition
Class represents the information for an iSeries member.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
ISeriesHostMemberDefinition()
|
Method Summary | |
---|---|
String |
getChangeTimeStamp()
Return the change timestmp |
String |
getCreationTimeStamp()
Return the creation timestmp |
int |
getNumberOfDeleted()
Return the number of records deleted |
int |
getNumberOfRecords()
Return the number of records |
String |
getRestoreTimeStamp()
Return the restore timestmp |
String |
getSaveTimeStamp()
Return the save timestmp |
void |
setChangeTimeStamp(String changeTimeStamp)
Set the change timestamp |
void |
setCreationTimeStamp(String creationTimeStamp)
Set the crestion timestamp |
void |
setNumberOfDeleted(int numberOfDeleted)
Set the number of the deleted records |
void |
setNumberOfRecords(int numberOfRecords)
Set the number of records |
void |
setRestoreTimeStamp(String restoreTimeStamp)
Set the restore timestamp |
void |
setSaveTimeStamp(String saveTimeStamp)
Set the save timestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public ISeriesHostMemberDefinition()
Method Detail |
---|
public String getCreationTimeStamp()
public String getChangeTimeStamp()
public String getSaveTimeStamp()
public String getRestoreTimeStamp()
public int getNumberOfRecords()
public int getNumberOfDeleted()
public void setCreationTimeStamp(String creationTimeStamp)
public void setChangeTimeStamp(String changeTimeStamp)
public void setSaveTimeStamp(String saveTimeStamp)
public void setRestoreTimeStamp(String restoreTimeStamp)
public void setNumberOfRecords(int numberOfRecords)
public void setNumberOfDeleted(int numberOfDeleted)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |