public interface PostLoad<T> extends Child<T>, OrmPostLoadCommType<T,PostLoad<T>>
post-load
xsd typeModifier 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 description
PostLoad
String getDescription()
description
elementdescription
PostLoad<T> removeDescription()
description
elementPostLoad
PostLoad<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PostLoad
String getMethodName()
method-name
attributemethod-name
Copyright © 2021 JBoss by Red Hat. All rights reserved.