Package org.pentaho.platform.settings
Class ServerPortDto
- java.lang.Object
-
- org.pentaho.platform.settings.ServerPortDto
-
- All Implemented Interfaces:
Serializable
public class ServerPortDto extends Object implements Serializable
- Author:
- tkafalas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerPortDto()ServerPortDto(ServerPort serverPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFriendlyName()protected StringgetId()protected IntegergetValue()protected voidsetFriendlyName(String friendlyName)protected voidsetId(String id)protected voidsetValue(Integer value)
-
-
-
Constructor Detail
-
ServerPortDto
public ServerPortDto()
-
ServerPortDto
public ServerPortDto(ServerPort serverPort)
-
-