com.atlassian.jira.functest.config.service
Class ConfigService
java.lang.Object
com.atlassian.jira.functest.config.service.ConfigService
- All Implemented Interfaces:
- ConfigObjectWithId
public final class ConfigService
- extends Object
- implements ConfigObjectWithId
Represents a JiraService from an XML backup.
<ServiceConfig id="10000" time="60000" clazz="com.atlassian.jira.service.services.mail.MailQueueService" name="Mail Queue Service"/>
ConfigService
public ConfigService()
ConfigService
public ConfigService(Long id,
Long timeout,
String clazz,
String name,
ConfigPropertySet propertySet)
getId
public Long getId()
- Specified by:
getId
in interface ConfigObjectWithId
getTimeout
public Long getTimeout()
getClazz
public String getClazz()
getName
public String getName()
setId
public ConfigService setId(Long id)
setTimeout
public ConfigService setTimeout(Long timeout)
setClazz
public ConfigService setClazz(String clazz)
setName
public ConfigService setName(String name)
getPropertySet
public ConfigPropertySet getPropertySet()
setPropertySet
public ConfigService setPropertySet(ConfigPropertySet propertySet)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2002-2012 Atlassian. All Rights Reserved.