org.hibernate.test.component.cascading.collection
Class Definition

java.lang.Object
  extended by org.hibernate.test.component.cascading.collection.Definition

public class Definition
extends Object


Constructor Summary
Definition()
           
 
Method Summary
 Long getId()
           
 Set getValues()
           
 void setId(Long id)
           
 void setValues(Set values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Definition

public Definition()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getValues

public Set getValues()

setValues

public void setValues(Set values)


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