org.hibernate.test.collection.backref.map.compkey
Class Part

java.lang.Object
  extended by org.hibernate.test.collection.backref.map.compkey.Part
All Implemented Interfaces:
Serializable

public class Part
extends Object
implements Serializable

Part implementation

See Also:
Serialized Form

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

Constructor Detail

Part

public Part()

Part

public Part(String name)

Part

public Part(String name,
            String description)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


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