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

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

public class WSInfo
extends java.lang.Object


Field Summary
static int TYPE_CUSTOM
           
static int TYPE_MODULE
           
static int TYPE_SERVICE
           
 
Constructor Summary
WSInfo(java.lang.String fileName, long lastModifiedDate, Deployer deployer, int type)
           
 
Method Summary
 Deployer getDeployer()
           
 java.lang.String getFileName()
           
 long getLastModifiedDate()
           
 int getType()
           
 void setFileName(java.lang.String fileName)
           
 void setLastModifiedDate(long lastmodifieddate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_SERVICE

public static final int TYPE_SERVICE
See Also:
Constant Field Values

TYPE_MODULE

public static final int TYPE_MODULE
See Also:
Constant Field Values

TYPE_CUSTOM

public static final int TYPE_CUSTOM
See Also:
Constant Field Values
Constructor Detail

WSInfo

public WSInfo(java.lang.String fileName,
              long lastModifiedDate,
              Deployer deployer,
              int type)
Method Detail

getFileName

public java.lang.String getFileName()

getLastModifiedDate

public long getLastModifiedDate()

getType

public int getType()

setFileName

public void setFileName(java.lang.String fileName)

setLastModifiedDate

public void setLastModifiedDate(long lastmodifieddate)

getDeployer

public Deployer getDeployer()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.