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

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

public class Value
extends Object


Constructor Summary
protected Value()
           
  Value(Definition definition)
           
 
Method Summary
 Definition getDefinition()
           
 Long getId()
           
 LocalizedStrings getLocalizedStrings()
           
 void setDefinition(Definition definition)
           
 void setId(Long id)
           
 void setLocalizedStrings(LocalizedStrings localizedStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value

protected Value()

Value

public Value(Definition definition)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getDefinition

public Definition getDefinition()

setDefinition

public void setDefinition(Definition definition)

getLocalizedStrings

public LocalizedStrings getLocalizedStrings()

setLocalizedStrings

public void setLocalizedStrings(LocalizedStrings localizedStrings)


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