public interface PostPersist<T> extends Child<T>
post-persist
xsd typeModifier and Type | Method and Description |
---|---|
PostPersist<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PostPersist<T> |
methodName(String methodName)
Sets the
method-name attribute |
PostPersist<T> |
removeDescription()
Removes the
description element |
PostPersist<T> |
removeMethodName()
Removes the
method-name attribute |
PostPersist<T> description(String description)
description
elementdescription
- the value for the element description
PostPersist
String getDescription()
description
elementdescription
PostPersist<T> removeDescription()
description
elementPostPersist
PostPersist<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PostPersist
String getMethodName()
method-name
attributemethod-name
PostPersist<T> removeMethodName()
method-name
attributePostPersist
Copyright © 2013 JBoss by Red Hat. All rights reserved.