public interface PreUpdate<T> extends Child<T>, OrmPreUpdateCommType<T,PreUpdate<T>>
pre-update
xsd typeModifier and Type | Method and Description |
---|---|
PreUpdate<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PreUpdate<T> |
methodName(String methodName)
Sets the
method-name attribute |
PreUpdate<T> |
removeDescription()
Removes the
description element |
PreUpdate<T> |
removeMethodName()
Removes the
method-name attribute |
PreUpdate<T> description(String description)
description
elementdescription
- the value for the element description
PreUpdate
String getDescription()
description
elementdescription
PreUpdate<T> removeDescription()
description
elementPreUpdate
PreUpdate<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PreUpdate
String getMethodName()
method-name
attributemethod-name
Copyright © 2020 JBoss by Red Hat. All rights reserved.