org.mantisbt.connect.model
Class MCAttribute

java.lang.Object
  extended byorg.mantisbt.connect.model.MCAttribute
All Implemented Interfaces:
IMCAttribute

public class MCAttribute
extends java.lang.Object
implements IMCAttribute

Author:
Peter Lanser, planser@users.sourceforge.net

Constructor Summary
MCAttribute(long id, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getId()
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCAttribute

public MCAttribute(long id,
                   java.lang.String name)
Method Detail

getId

public long getId()
Specified by:
getId in interface IMCAttribute

getName

public java.lang.String getName()
Specified by:
getName in interface IMCAttribute

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)