jcifs.smb
Class SmbShareInfo

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

public class SmbShareInfo
extends Object
implements FileEntry


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

Field Detail

netName

protected String netName

type

protected int type

remark

protected String remark
Constructor Detail

SmbShareInfo

public SmbShareInfo()

SmbShareInfo

public SmbShareInfo(String netName,
                    int type,
                    String remark)
Method Detail

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.