com.atlassian.theplugin.commons.configuration
Class JiraConfigurationBean

java.lang.Object
  extended by com.atlassian.theplugin.commons.configuration.JiraConfigurationBean

public class JiraConfigurationBean
extends java.lang.Object


Constructor Summary
JiraConfigurationBean()
           
JiraConfigurationBean(JiraConfigurationBean cfg)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getPageSize()
           
 int hashCode()
           
 void setPageSize(int pageSize)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraConfigurationBean

public JiraConfigurationBean()

JiraConfigurationBean

public JiraConfigurationBean(JiraConfigurationBean cfg)
Method Detail

getPageSize

public int getPageSize()

setPageSize

public void setPageSize(int pageSize)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.