embeddables
Class ContactInfo

java.lang.Object
  extended by embeddables.ContactInfo

@Embeddable
public class ContactInfo
extends Object


Constructor Summary
ContactInfo()
           
ContactInfo(Address a, Phone p)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContactInfo

public ContactInfo()

ContactInfo

public ContactInfo(Address a,
                   Phone p)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.