@Entity public class RequirementPropertyChange extends RequirementAuditEvent implements RequirementVersionModification, ChangedProperty
| Constructor and Description |
|---|
RequirementPropertyChange() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RequirementAuditEventVisitor visitor) |
static RequirementPropertyChangeEventBuilder<RequirementPropertyChange> |
builder() |
String |
getNewValue() |
String |
getOldValue() |
String |
getPropertyName() |
getAuthor, getDate, getId, getRequirementVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequirementVersionpublic static RequirementPropertyChangeEventBuilder<RequirementPropertyChange> builder()
public String getPropertyName()
getPropertyName in interface ChangedPropertygetPropertyName in interface RequirementVersionModificationnullRequirementVersionModification.getPropertyName()public String getOldValue()
getOldValue in interface ChangedPropertypublic String getNewValue()
getNewValue in interface ChangedPropertypublic void accept(RequirementAuditEventVisitor visitor)
accept in class RequirementAuditEventCopyright © 2010–2016 Henix, henix.fr. All rights reserved.