Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostMemberDefinition

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostMemberDefinition

public class ISeriesHostMemberDefinition
extends Object

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

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesHostMemberDefinition

public ISeriesHostMemberDefinition()
Method Detail

getCreationTimeStamp

public String getCreationTimeStamp()
Return the creation timestmp

Returns:
string creation timestamp

getChangeTimeStamp

public String getChangeTimeStamp()
Return the change timestmp

Returns:
string change timestamp

getSaveTimeStamp

public String getSaveTimeStamp()
Return the save timestmp

Returns:
string save timestamp

getRestoreTimeStamp

public String getRestoreTimeStamp()
Return the restore timestmp

Returns:
string restore timestamp

getNumberOfRecords

public int getNumberOfRecords()
Return the number of records

Returns:
int Number of records

getNumberOfDeleted

public int getNumberOfDeleted()
Return the number of records deleted

Returns:
int Number of records deleted

setCreationTimeStamp

public void setCreationTimeStamp(String creationTimeStamp)
Set the crestion timestamp


setChangeTimeStamp

public void setChangeTimeStamp(String changeTimeStamp)
Set the change timestamp


setSaveTimeStamp

public void setSaveTimeStamp(String saveTimeStamp)
Set the save timestamp


setRestoreTimeStamp

public void setRestoreTimeStamp(String restoreTimeStamp)
Set the restore timestamp


setNumberOfRecords

public void setNumberOfRecords(int numberOfRecords)
Set the number of records


setNumberOfDeleted

public void setNumberOfDeleted(int numberOfDeleted)
Set the number of the deleted records


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.