org.hibernate.internal.jaxb.mapping.orm
Class JaxbPostRemove

java.lang.Object
  extended by org.hibernate.internal.jaxb.mapping.orm.JaxbPostRemove

public class JaxbPostRemove
extends Object


Field Summary
protected  String description
           
protected  String methodName
           
 
Constructor Summary
JaxbPostRemove()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getMethodName()
          Gets the value of the methodName property.
 void setDescription(String value)
          Sets the value of the description property.
 void setMethodName(String value)
          Sets the value of the methodName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

methodName

protected String methodName
Constructor Detail

JaxbPostRemove

public JaxbPostRemove()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getMethodName

public String getMethodName()
Gets the value of the methodName property.

Returns:
possible object is String

setMethodName

public void setMethodName(String value)
Sets the value of the methodName property.

Parameters:
value - allowed object is String


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.