org.gcube.application.enm.service.conn
Class InformationSystemClient.FtpCredentials

java.lang.Object
  extended by org.gcube.application.enm.service.conn.InformationSystemClient.FtpCredentials
Enclosing class:
InformationSystemClient

public class InformationSystemClient.FtpCredentials
extends Object


Constructor Summary
InformationSystemClient.FtpCredentials(String server, int port, String username, String password)
           
 
Method Summary
 String getPassword()
           
 int getPort()
           
 String getServer()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationSystemClient.FtpCredentials

public InformationSystemClient.FtpCredentials(String server,
                                              int port,
                                              String username,
                                              String password)
Method Detail

getServer

public final String getServer()

getPort

public final int getPort()

getUsername

public final String getUsername()

getPassword

public final String getPassword()


Copyright © 2012. All Rights Reserved.