public class Dog extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_COLOR |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String DEFAULT_COLOR
public Dog()
public Dog(String color)
@Inject public void init(DogBed dogBed)
@PostConstruct public void postConstruct()
@PreDestroy public void preDestroy()
public static boolean isConstructorCalled()
public static void setConstructorCalled(boolean constructorCalled)
public static DogBed getDogBed()
public static void setDogBed(DogBed dogBed)
public String getColor()
public static boolean isPostConstructCalled()
public static void setPostConstructCalled(boolean postConstructCalled)
public static boolean isPreDestroyCalled()
public static void setPreDestroyCalled(boolean preDestroyCalled)
public DogBone getDogBone()
public void setDogBone(DogBone dogBone)
Copyright © 2008–2016 CDI TCK. All rights reserved.