org.jboss.cdi.tck.tests.extensions.producer
Class Dog

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.producer.Dog

public class Dog
extends Object


Field Summary
static String DEFAULT_COLOR
           
 
Constructor Summary
Dog()
           
Dog(String color)
           
 
Method Summary
 String getColor()
           
static DogBed getDogBed()
           
 DogBone getDogBone()
           
 void init(DogBed dogBed)
           
static boolean isConstructorCalled()
           
static boolean isPostConstructCalled()
           
static boolean isPreDestroyCalled()
           
 void postConstruct()
           
 void preDestroy()
           
static void setConstructorCalled(boolean constructorCalled)
           
static void setDogBed(DogBed dogBed)
           
 void setDogBone(DogBone dogBone)
           
static void setPostConstructCalled(boolean postConstructCalled)
           
static void setPreDestroyCalled(boolean preDestroyCalled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLOR

public static final String DEFAULT_COLOR
See Also:
Constant Field Values
Constructor Detail

Dog

public Dog()

Dog

public Dog(String color)
Method Detail

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-2012 Seam Framework. All Rights Reserved.