org.hibernate.test.mapcompelem
Class Part

java.lang.Object
  extended by org.hibernate.test.mapcompelem.Part

public class Part
extends Object


Constructor Summary
Part(String n, String pw)
           
 
Method Summary
 boolean equals(Object that)
           
 String getDescription()
           
 String getName()
           
 int hashCode()
           
 void setDescription(String password)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Part

public Part(String n,
            String pw)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String password)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.