org.hibernate.test.annotations.embedded
Class LegalStructure
java.lang.Object
org.hibernate.test.annotations.embedded.LegalStructure
@Embeddable
public class LegalStructure
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegalStructure
public LegalStructure()
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.