org.jboss.cdi.tck.tests.lookup.el
Class Tuna

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.el.Tuna

@RequestScoped
public class Tuna
extends Object


Constructor Summary
Tuna()
           
 
Method Summary
 void create()
           
 String getName()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuna

public Tuna()
Method Detail

create

@PostConstruct
public void create()

getName

public String getName()

getTimestamp

public long getTimestamp()


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