org.jboss.shrinkwrap.descriptor.api.orm10
Interface PostPersist<T>

All Superinterfaces:
Child<T>

public interface PostPersist<T>
extends Child<T>

This interface defines the contract for the post-persist xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getMethodName()
          Returns the method-name attribute
 PostPersist<T> methodName(String methodName)
          Sets the method-name attribute
 PostPersist<T> removeMethodName()
          Removes the method-name attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

methodName

PostPersist<T> methodName(String methodName)
Sets the method-name attribute

Parameters:
methodName - the value for the attribute method-name
Returns:
the current instance of PostPersist

getMethodName

String getMethodName()
Returns the method-name attribute

Returns:
the value defined for the attribute method-name

removeMethodName

PostPersist<T> removeMethodName()
Removes the method-name attribute

Returns:
the current instance of PostPersist


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