
public interface PostLoad<T> extends Child<T>, OrmPostLoadCommType<T,PostLoad<T>>
post-load xsd type| Modifier and Type | Method and Description |
|---|---|
PostLoad<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PostLoad<T> |
methodName(String methodName)
Sets the
method-name attribute |
PostLoad<T> |
removeDescription()
Removes the
description element |
PostLoad<T> |
removeMethodName()
Removes the
method-name attribute |
PostLoad<T> description(String description)
description elementdescription - the value for the element descriptionPostLoadString getDescription()
description elementdescriptionPostLoad<T> removeDescription()
description elementPostLoadPostLoad<T> methodName(String methodName)
method-name attributemethodName - the value for the attribute method-namePostLoadString getMethodName()
method-name attributemethod-nameCopyright © 2021 JBoss by Red Hat. All rights reserved.