org.gcube.datatransfer.scheduler.db.model
Class Agent
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agent
public Agent()
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.