jcifs.smb
Class SmbShareInfo
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
netName
protected java.lang.String netName
type
protected int type
remark
protected java.lang.String remark
SmbShareInfo
public SmbShareInfo()
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