org.hibernate.test.annotations.embedded
Class LegalStructure

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.LegalStructure

@Embeddable
public class LegalStructure
extends Object


Constructor Summary
LegalStructure()
           
 
Method Summary
 CorpType getCorporationType()
           
 String getCountry()
           
 String getName()
           
 Nationality getOrigin()
           
 Set<Manager> getTopManagement()
           
 void setCorporationType(CorpType corporationType)
           
 void setCountry(String country)
           
 void setName(String name)
           
 void setOrigin(Nationality origin)
           
 void setTopManagement(Set<Manager> topManagement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegalStructure

public LegalStructure()
Method Detail

getCorporationType

public CorpType getCorporationType()

setCorporationType

public void setCorporationType(CorpType corporationType)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getName

public String getName()

setName

public void setName(String name)

getOrigin

public Nationality getOrigin()

setOrigin

public void setOrigin(Nationality origin)

getTopManagement

public Set<Manager> getTopManagement()

setTopManagement

public void setTopManagement(Set<Manager> topManagement)


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