com.ptc.windchill.classproxy
Interface ILFileInfo


public interface ILFileInfo


Method Summary
 Date getCreationDate()
           
 String getFileName()
           
 int getFileSize()
           
 String getFileUfid()
           
 String[] getFileVaultNames()
           
 String getFullPath()
           
 String getHost()
           
 String[] getPnfsUrls()
           
 int getPort()
           
 boolean isPublishedByILGW()
           
 

Method Detail

getFileName

public String getFileName()

getFileSize

public int getFileSize()

getFileUfid

public String getFileUfid()

getPnfsUrls

public String[] getPnfsUrls()

getCreationDate

public Date getCreationDate()

isPublishedByILGW

public boolean isPublishedByILGW()

getFileVaultNames

public String[] getFileVaultNames()

getHost

public String getHost()

getPort

public int getPort()

getFullPath

public String getFullPath()