jcifs.smb
Class SmbShareInfo
java.lang.Object
jcifs.smb.SmbShareInfo
- All Implemented Interfaces:
- FileEntry
public class SmbShareInfo
- extends Object
- implements FileEntry
netName
protected String netName
type
protected int type
remark
protected String remark
SmbShareInfo
public SmbShareInfo()
SmbShareInfo
public SmbShareInfo(String netName,
int type,
String remark)
getName
public 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(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.