Sun Adapter for Batch/FTP

com.stc.connector.ssh.ftp.client.impl
Class DirectoryEntryImpl

java.lang.Object
  extended by com.stc.connector.ssh.ftp.client.impl.DirectoryEntryImpl
All Implemented Interfaces:
GenericDirectoryEntry, DirectoryEntry

public class DirectoryEntryImpl
extends java.lang.Object
implements DirectoryEntry

jim.fu@sun.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates


Constructor Summary
DirectoryEntryImpl()
           
 
Method Summary
 java.lang.String getFile()
           
 java.lang.String getName()
           
 boolean isDir()
           
 void isDir(boolean b)
           
 void setFile(java.lang.String s)
           
 void setName(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryEntryImpl

public DirectoryEntryImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface GenericDirectoryEntry

setName

public void setName(java.lang.String s)
Specified by:
setName in interface GenericDirectoryEntry

isDir

public boolean isDir()
Specified by:
isDir in interface GenericDirectoryEntry
Specified by:
isDir in interface DirectoryEntry

isDir

public void isDir(boolean b)
Specified by:
isDir in interface GenericDirectoryEntry
Specified by:
isDir in interface DirectoryEntry

getFile

public java.lang.String getFile()
Specified by:
getFile in interface DirectoryEntry

setFile

public void setFile(java.lang.String s)
Specified by:
setFile in interface DirectoryEntry

Sun Adapter for Batch/FTP