org.jboss.cdi.tck.tests.extensions.producer
Class Dog
java.lang.Object
org.jboss.cdi.tck.tests.extensions.producer.Dog
public class Dog
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_COLOR
public static final String DEFAULT_COLOR
- See Also:
- Constant Field Values
Dog
public Dog()
Dog
public Dog(String color)
init
@Inject
public void init(DogBed dogBed)
postConstruct
@PostConstruct
public void postConstruct()
preDestroy
@PreDestroy
public void preDestroy()
isConstructorCalled
public static boolean isConstructorCalled()
setConstructorCalled
public static void setConstructorCalled(boolean constructorCalled)
getDogBed
public static DogBed getDogBed()
setDogBed
public static void setDogBed(DogBed dogBed)
getColor
public String getColor()
isPostConstructCalled
public static boolean isPostConstructCalled()
setPostConstructCalled
public static void setPostConstructCalled(boolean postConstructCalled)
isPreDestroyCalled
public static boolean isPreDestroyCalled()
setPreDestroyCalled
public static void setPreDestroyCalled(boolean preDestroyCalled)
getDogBone
public DogBone getDogBone()
setDogBone
public void setDogBone(DogBone dogBone)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.