jprotein.io.net
Class PdbCodeClient

java.lang.Object
  extended by jprotein.io.net.WebClient
      extended by jprotein.io.net.PdbCodeClient
All Implemented Interfaces:
Format

public class PdbCodeClient
extends WebClient
implements Format

Classe pour r�cup�rer une structure chez un client web via un code pdb


Constructor Summary
PdbCodeClient()
          Initialisation du client web
 
Method Summary
 java.util.Vector getData()
          Envoi de la requ�te et r�cup�ration des infos
 java.lang.String getPDBCode()
           
 java.util.Vector sendCommand()
           
 void setPDBCode(java.lang.String pdbCode)
           
 
Methods inherited from class jprotein.io.net.WebClient
getURL, sendCommand, setURL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdbCodeClient

public PdbCodeClient()
Initialisation du client web

Method Detail

setPDBCode

public void setPDBCode(java.lang.String pdbCode)

getPDBCode

public java.lang.String getPDBCode()

sendCommand

public java.util.Vector sendCommand()
Overrides:
sendCommand in class WebClient

getData

public java.util.Vector getData()
Envoi de la requ�te et r�cup�ration des infos

Specified by:
getData in interface Format