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.
Copyright
static final String Copyright
- See Also:
- Constant Field Values
setDateCreated
void setDateCreated(Date date)
setDateModified
void setDateModified(Date date)
setSize
void setSize(long size)
getDateCreated
Date getDateCreated()
getDateModified
Date getDateModified()
getSize
long getSize()
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.