public class LifecycleCallbackMetaData extends Object implements Serializable
| Constructor and Description |
|---|
LifecycleCallbackMetaData()
Create a new LifecycleCallbackMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName()
Get the className.
|
String |
getMethodName()
Get the methodName.
|
int |
hashCode() |
void |
setClassName(String className)
Set the className.
|
void |
setMethodName(String methodName)
Set the methodName.
|
public LifecycleCallbackMetaData()
public String getClassName()
public void setClassName(String className)
className - the className.IllegalArgumentException - for a null classNamepublic String getMethodName()
public void setMethodName(String methodName)
methodName - the methodName.IllegalArgumentException - for a null methodNameCopyright © 2017 JBoss by Red Hat. All rights reserved.