CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class InboxDto.HostAndPort

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.InboxDto.HostAndPort
Enclosing class:
InboxDto

public static class InboxDto.HostAndPort
extends java.lang.Object

Just a simple struct-like class to hold parsed host name and port.


Field Summary
 java.lang.String host
           
 java.lang.Integer port
           
 
Constructor Summary
InboxDto.HostAndPort(java.lang.String host, java.lang.Integer port)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host

port

public java.lang.Integer port
Constructor Detail

InboxDto.HostAndPort

public InboxDto.HostAndPort(java.lang.String host,
                            java.lang.Integer port)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.