org.hibernate.test.orphan
Class Part

java.lang.Object
  extended by org.hibernate.test.orphan.Part
All Implemented Interfaces:
Serializable

public class Part
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Part

public Part()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getName

public String getName()

setName

public void setName(String name)


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