org.hibernate.test.annotations.override
Class ContactInfo

java.lang.Object
  extended by org.hibernate.test.annotations.override.ContactInfo

@Embeddable
public class ContactInfo
extends Object


Constructor Summary
ContactInfo()
           
 
Method Summary
 Addr getAddress()
           
 List<PhoneNumber> getPhoneNumbers()
           
 SocialTouchPoints getSocial()
           
 void setAddr(Addr address)
           
 void setPhoneNumbers(List<PhoneNumber> phoneNumbers)
           
 void setSocial(SocialTouchPoints social)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactInfo

public ContactInfo()
Method Detail

getAddress

public Addr getAddress()

setAddr

public void setAddr(Addr address)

getPhoneNumbers

public List<PhoneNumber> getPhoneNumbers()

setPhoneNumbers

public void setPhoneNumbers(List<PhoneNumber> phoneNumbers)

getSocial

public SocialTouchPoints getSocial()

setSocial

public void setSocial(SocialTouchPoints social)


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