org.hibernate.test.annotations.collectionelement
Class LocalizedString

java.lang.Object
  extended by org.hibernate.test.annotations.collectionelement.LocalizedString
All Implemented Interfaces:
Serializable

@Embeddable
public class LocalizedString
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LocalizedString()
           
LocalizedString(String string)
           
 
Method Summary
 Map<String,String> getVariations()
           
 void setVariations(Map<String,String> variations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedString

public LocalizedString()

LocalizedString

public LocalizedString(String string)
Method Detail

getVariations

public Map<String,String> getVariations()

setVariations

public void setVariations(Map<String,String> variations)


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