org.jboss.metadata.javaee.spec
Class LifecycleCallbackMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.spec.LifecycleCallbackMetaData
All Implemented Interfaces:
Serializable

public class LifecycleCallbackMetaData
extends Object
implements Serializable

LifecycleCallbackMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock, Scott.Stark@jboss.org
See Also:
Serialized Form

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

LifecycleCallbackMetaData

public LifecycleCallbackMetaData()
Create a new LifecycleCallbackMetaData.

Method Detail

getClassName

public String getClassName()
Get the className.

Returns:
the className.

setClassName

public void setClassName(String className)
Set the className.

Parameters:
className - the className.
Throws:
IllegalArgumentException - for a null className

getMethodName

public String getMethodName()
Get the methodName.

Returns:
the methodName.

setMethodName

public void setMethodName(String methodName)
Set the methodName.

Parameters:
methodName - the methodName.
Throws:
IllegalArgumentException - for a null methodName

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.