org.jboss.cdi.tck.tests.context.passivating.enterprise.valid
Class Telephone

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.enterprise.valid.Telephone

@SessionScoped
@Digital
public class Telephone
extends Object


Constructor Summary
Telephone()
           
 
Method Summary
 TelephoneLine getLine()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Telephone

public Telephone()
Method Detail

getLine

public TelephoneLine getLine()

remove

public void remove()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.