com.atlassian.jira.functest.config.service
Class ConfigService

java.lang.Object
  extended by 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"/>


Constructor Summary
ConfigService()
           
ConfigService(Long id, Long timeout, String clazz, String name, ConfigPropertySet propertySet)
           
 
Method Summary
 boolean equals(Object o)
           
 String getClazz()
           
 Long getId()
           
 String getName()
           
 ConfigPropertySet getPropertySet()
           
 Long getTimeout()
           
 int hashCode()
           
 ConfigService setClazz(String clazz)
           
 ConfigService setId(Long id)
           
 ConfigService setName(String name)
           
 ConfigService setPropertySet(ConfigPropertySet propertySet)
           
 ConfigService setTimeout(Long timeout)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigService

public ConfigService()

ConfigService

public ConfigService(Long id,
                     Long timeout,
                     String clazz,
                     String name,
                     ConfigPropertySet propertySet)
Method Detail

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.