embeddables
Class Phone

java.lang.Object
  extended by embeddables.Phone

@Embeddable
public class Phone
extends Object


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

Constructor Detail

Phone

public Phone()

Phone

public Phone(String n,
             String t)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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