org.sonar.plugins.mantis
Class MantisProperty

java.lang.Object
  extended by org.sonar.plugins.mantis.MantisProperty
All Implemented Interfaces:
Comparable<MantisProperty>

public class MantisProperty
extends Object
implements Comparable<MantisProperty>

Since:
0.1
Author:
Jeremie Lagarde

Constructor Summary
MantisProperty(biz.futureware.mantis.rpc.soap.client.ObjectRef ref)
           
 
Method Summary
 int compareTo(MantisProperty o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MantisProperty

public MantisProperty(biz.futureware.mantis.rpc.soap.client.ObjectRef ref)
Method Detail

compareTo

public int compareTo(MantisProperty o)
Specified by:
compareTo in interface Comparable<MantisProperty>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.