Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostObjectBasic

All Superinterfaces:
IISeriesHostObjectBrief, IISeriesHostObjectNameOnly
All Known Subinterfaces:
IISeriesHostMemberBasic, IISeriesHostObjectExhaustive, IQSYSCommand, IQSYSDatabaseFile, IQSYSDataFile, IQSYSDataMember, IQSYSDDMFile, IQSYSDisplayFile, IQSYSFile, IQSYSLibrary, IQSYSLogicalFile, IQSYSMember, IQSYSMessageFile, IQSYSModule, IQSYSObject, IQSYSPhysicalFile, IQSYSPrinterFile, IQSYSProgram, IQSYSProgramBase, IQSYSSaveFile, IQSYSServiceProgram, IQSYSSourceFile, IQSYSSourceMember
All Known Implementing Classes:
ISeriesHostMemberBasic, ISeriesHostObjectBasic, ISeriesHostObjectExhaustive, QSYSHostCommand, QSYSHostDatabaseFile, QSYSHostDataFile, QSYSHostDataMember, QSYSHostDDMFile, QSYSHostDisplayFile, QSYSHostFile, QSYSHostLibrary, QSYSHostLogicalFile, QSYSHostMember, QSYSHostMessageFile, QSYSHostModule, QSYSHostObject, QSYSHostPhysicalFile, QSYSHostPrinterFile, QSYSHostProgram, QSYSHostSaveFile, QSYSHostServiceProgram, QSYSHostSourceFile, QSYSHostSourceMember, QSYSRemoteBaseProgram, QSYSRemoteCommand, QSYSRemoteDatabaseFile, QSYSRemoteDataFile, QSYSRemoteDataMember, QSYSRemoteDDMFile, QSYSRemoteDisplayFile, QSYSRemoteFile, QSYSRemoteLibrary, QSYSRemoteLogicalFile, QSYSRemoteMember, QSYSRemoteMessageFile, QSYSRemoteModule, QSYSRemoteObject, QSYSRemotePhysicalFile, QSYSRemotePrinterFile, QSYSRemoteProgram, QSYSRemoteProgramModule, QSYSRemoteSaveFile, QSYSRemoteServiceProgram, QSYSRemoteSourceFile, QSYSRemoteSourceMember

public interface IISeriesHostObjectBasic
extends IISeriesHostObjectBrief

This interface represents a single object on the AS/400. It holds basic commonly-needed information about that object.


Field Summary
static String Copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
STATUS_DAMAGED, STATUS_LOCKED, STATUS_NOTAUTHORIZED, STATUS_OK, STATUS_PARTIALLYDAMAGED, STATUS_STRING_DAMAGED, STATUS_STRING_LOCKED, STATUS_STRING_NOTAUTHORIZED, STATUS_STRING_PARTIALLYDAMAGED
 
Method Summary
 Date getDateCreated()
           
 Date getDateModified()
           
 long getSize()
           
 void setDateCreated(Date date)
           
 void setDateModified(Date date)
           
 void setSize(long size)
           
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
getDescription, getFile, getInformationStatus, getSubType, getType, setDescription, setFile, setInformationStatus, setSubType, setType
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName, toString, writeObjectInfo
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

setDateCreated

void setDateCreated(Date date)

setDateModified

void setDateModified(Date date)

setSize

void setSize(long size)

getDateCreated

Date getDateCreated()

getDateModified

Date getDateModified()

getSize

long getSize()

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.