public interface PrePersist<T> extends Child<T>
pre-persist
xsd typeModifier and Type | Method and Description |
---|---|
PrePersist<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PrePersist<T> |
methodName(String methodName)
Sets the
method-name attribute |
PrePersist<T> |
removeDescription()
Removes the
description element |
PrePersist<T> |
removeMethodName()
Removes the
method-name attribute |
PrePersist<T> description(String description)
description
elementdescription
- the value for the element description
PrePersist
String getDescription()
description
elementdescription
PrePersist<T> removeDescription()
description
elementPrePersist
PrePersist<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PrePersist
String getMethodName()
method-name
attributemethod-name
PrePersist<T> removeMethodName()
method-name
attributePrePersist
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.