Class WSInfo


  • public class WSInfo
    extends Object
    • Constructor Detail

      • WSInfo

        public WSInfo​(String fileName,
                      long lastModifiedDate,
                      Deployer deployer,
                      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)
      • getDeployer

        public Deployer getDeployer()