jcifs.smb
Class SmbShareInfo

java.lang.Object
  extended by jcifs.smb.SmbShareInfo
All Implemented Interfaces:
FileEntry

public class SmbShareInfo
extends java.lang.Object
implements FileEntry


Field Summary
protected  java.lang.String netName
           
protected  java.lang.String remark
           
protected  int type
           
 
Constructor Summary
SmbShareInfo()
           
 
Method Summary
 long createTime()
           
 boolean equals(java.lang.Object obj)
           
 int getAttributes()
           
 java.lang.String getName()
           
 int getType()
           
 int hashCode()
           
 long lastModified()
           
 long length()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

netName

protected java.lang.String netName

type

protected int type

remark

protected java.lang.String remark
Constructor Detail

SmbShareInfo

public SmbShareInfo()
Method Detail

getName

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

getType

public int getType()
Specified by:
getType in interface FileEntry

getAttributes

public int getAttributes()
Specified by:
getAttributes in interface FileEntry

createTime

public long createTime()
Specified by:
createTime in interface FileEntry

lastModified

public long lastModified()
Specified by:
lastModified in interface FileEntry

length

public long length()
Specified by:
length in interface FileEntry

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object