org.apache.axis2.deployment.repository.util
Class WSInfo

java.lang.Object
  extended by org.apache.axis2.deployment.repository.util.WSInfo

public class WSInfo
extends Object


Constructor Summary
WSInfo(String filename, long lastmodifieddate)
           
WSInfo(String filename, long lastmodifieddate, int type)
           
 
Method Summary
 String getFileName()
           
 long getLastModifiedDate()
           
 int getType()
           
 void setFileName(String fileName)
           
 void setLastModifiedDate(long lastmodifieddate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSInfo

public WSInfo(String filename,
              long lastmodifieddate)

WSInfo

public WSInfo(String filename,
              long lastmodifieddate,
              int type)
Method Detail

getFileName

public String getFileName()

getLastModifiedDate

public long getLastModifiedDate()

getType

public int getType()

setFileName

public void setFileName(String fileName)

setLastModifiedDate

public void setLastModifiedDate(long lastmodifieddate)