edu.cmu.emulator.power
Class PowerPortDef

java.lang.Object
  extended by edu.cmu.emulator.power.PowerPortDef

public class PowerPortDef
extends Object


Field Summary
protected  String ip
           
protected  int port
           
 
Constructor Summary
PowerPortDef(String ip, int port)
           
 
Method Summary
 String getIP()
           
 int getPort()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ip

protected String ip

port

protected int port
Constructor Detail

PowerPortDef

public PowerPortDef(String ip,
                    int port)
Method Detail

getIP

public String getIP()

getPort

public int getPort()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.