public class AttributeModified extends Object
Element
's attribute is modifiedConstructor | Description |
---|---|
AttributeModified() |
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Attribute name.
|
Integer |
getNodeId() |
Id of the node that has changed.
|
String |
getValue() |
Attribute value.
|
void |
setName(String name) |
Attribute name.
|
void |
setNodeId(Integer nodeId) |
Id of the node that has changed.
|
void |
setValue(String value) |
Attribute value.
|
public Integer getNodeId()
public void setNodeId(Integer nodeId)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.