org.gcube.datatransfer.scheduler.db.model
Class Agent

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.db.model.Agent
All Implemented Interfaces:
Serializable

public class Agent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Agent()
           
 
Method Summary
 String getAgentEpr()
           
 String getAgentId()
           
 String getAgentIdOfIS()
           
 String getHost()
           
 int getPort()
           
 void setAgentEpr(String agentEpr)
           
 void setAgentId(String agentId)
           
 void setAgentIdOfIS(String agentIdOfIS)
           
 void setHost(String host)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agent

public Agent()
Method Detail

getAgentId

public String getAgentId()

setAgentId

public void setAgentId(String agentId)

getHost

public String getHost()

setHost

public void setHost(String host)

getPort

public int getPort()

setPort

public void setPort(int port)

getAgentEpr

public String getAgentEpr()

setAgentEpr

public void setAgentEpr(String agentEpr)

getAgentIdOfIS

public String getAgentIdOfIS()

setAgentIdOfIS

public void setAgentIdOfIS(String agentIdOfIS)


Copyright © 2013. All Rights Reserved.