org.apache.stratos.manager.dao
Class PortMapping

java.lang.Object
  extended by org.apache.stratos.manager.dao.PortMapping

public class PortMapping
extends Object


Constructor Summary
PortMapping()
           
 
Method Summary
 int getId()
           
 String getPrimaryPort()
           
 String getProxyPort()
           
 String getType()
           
 void setId(int id)
           
 void setPrimaryPort(String primaryPort)
           
 void setProxyPort(String proxyPort)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortMapping

public PortMapping()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getType

public String getType()

setType

public void setType(String type)

getPrimaryPort

public String getPrimaryPort()

setPrimaryPort

public void setPrimaryPort(String primaryPort)

getProxyPort

public String getProxyPort()

setProxyPort

public void setProxyPort(String proxyPort)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.