com.atlassian.bamboo.instantmessagingserver
Class InstantMessagingServerDefinitionImpl
java.lang.Object
EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerDefinitionImpl
- All Implemented Interfaces:
- BambooObject, InstantMessagingServerDefinition, Cloneable
public class InstantMessagingServerDefinitionImpl
- extends BambooEntityObject
- implements InstantMessagingServerDefinition
|
Constructor Summary |
InstantMessagingServerDefinitionImpl()
|
InstantMessagingServerDefinitionImpl(long id,
String name,
String host,
Integer port,
String username,
String password,
boolean sslRequired)
|
InstantMessagingServerDefinitionImpl(long id,
String name,
String host,
int port,
String username,
String password,
boolean sslRequired)
|
InstantMessagingServerDefinitionImpl(long id,
String name,
String host,
String username,
String password,
boolean sslRequired)
|
name
protected String name
InstantMessagingServerDefinitionImpl
public InstantMessagingServerDefinitionImpl()
InstantMessagingServerDefinitionImpl
public InstantMessagingServerDefinitionImpl(long id,
String name,
String host,
String username,
String password,
boolean sslRequired)
InstantMessagingServerDefinitionImpl
public InstantMessagingServerDefinitionImpl(long id,
String name,
String host,
int port,
String username,
String password,
boolean sslRequired)
InstantMessagingServerDefinitionImpl
public InstantMessagingServerDefinitionImpl(long id,
String name,
String host,
Integer port,
String username,
String password,
boolean sslRequired)
getName
public String getName()
- Specified by:
getName in interface InstantMessagingServerDefinition
setName
public void setName(String name)
- Specified by:
setName in interface InstantMessagingServerDefinition
getHost
public String getHost()
- Specified by:
getHost in interface InstantMessagingServerDefinition
setHost
public void setHost(String host)
- Specified by:
setHost in interface InstantMessagingServerDefinition
getPort
public Integer getPort()
- Specified by:
getPort in interface InstantMessagingServerDefinition
setPort
public void setPort(Integer port)
- Specified by:
setPort in interface InstantMessagingServerDefinition
getUsername
public String getUsername()
- Specified by:
getUsername in interface InstantMessagingServerDefinition
setUsername
public void setUsername(String username)
- Specified by:
setUsername in interface InstantMessagingServerDefinition
getPassword
public String getPassword()
- Specified by:
getPassword in interface InstantMessagingServerDefinition
setPassword
public void setPassword(String password)
- Specified by:
setPassword in interface InstantMessagingServerDefinition
getEncryptedPassword
public String getEncryptedPassword()
- Specified by:
getEncryptedPassword in interface InstantMessagingServerDefinition
setEncryptedPassword
public void setEncryptedPassword(String password)
- Specified by:
setEncryptedPassword in interface InstantMessagingServerDefinition
isSslRequired
public boolean isSslRequired()
- Specified by:
isSslRequired in interface InstantMessagingServerDefinition
setSslRequired
public void setSslRequired(boolean sslRequired)
- Specified by:
setSslRequired in interface InstantMessagingServerDefinition
equals
public boolean equals(Object o)
- Specified by:
equals in interface InstantMessagingServerDefinition
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo in interface InstantMessagingServerDefinition
hashCode
public int hashCode()
- Specified by:
hashCode in interface InstantMessagingServerDefinition
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.