|
JBoss Metadata Common 7.0.4.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.spec.LifecycleCallbackMetaData
public class LifecycleCallbackMetaData
LifecycleCallbackMetaData.
Constructor Summary | |
---|---|
LifecycleCallbackMetaData()
Create a new LifecycleCallbackMetaData. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifecycleCallbackMetaData()
Method Detail |
---|
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 methodNamepublic boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
JBoss Metadata Common 7.0.4.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |