com.atlassian.jira.functest.config.crowd
Class ConfigCrowdApplication

java.lang.Object
  extended by com.atlassian.jira.functest.config.crowd.ConfigCrowdApplication
All Implemented Interfaces:
ConfigObjectWithId

public class ConfigCrowdApplication
extends Object
implements ConfigObjectWithId

Represents an "<Application ...> from an XML backup. <Application id="1" name="crowd-embedded" lowerName="crowd-embedded" active="1" applicationType="CROWD"/>

Since:
v4.3

Constructor Summary
ConfigCrowdApplication()
           
 
Method Summary
 boolean equals(Object o)
           
 String getApplicationType()
           
 Long getId()
           
 String getLowerName()
           
 String getName()
           
 int hashCode()
           
 Boolean isActive()
           
 ConfigCrowdApplication setActive(Boolean active)
           
 ConfigCrowdApplication setApplicationType(String applicationType)
           
 ConfigCrowdApplication setId(Long id)
           
 ConfigCrowdApplication setLowerName(String lowerName)
           
 ConfigCrowdApplication setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigCrowdApplication

public ConfigCrowdApplication()
Method Detail

getId

public Long getId()
Specified by:
getId in interface ConfigObjectWithId

setId

public ConfigCrowdApplication setId(Long id)

getName

public String getName()

setName

public ConfigCrowdApplication setName(String name)

getLowerName

public String getLowerName()

setLowerName

public ConfigCrowdApplication setLowerName(String lowerName)

isActive

public Boolean isActive()

setActive

public ConfigCrowdApplication setActive(Boolean active)

getApplicationType

public String getApplicationType()

setApplicationType

public ConfigCrowdApplication setApplicationType(String applicationType)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.