public class ModificationDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Field |
attribute |
protected String |
dn |
protected Operation |
operation |
| Constructor and Description |
|---|
ModificationDetails(String dn,
Field attribute,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getAttribute() |
String |
getDn() |
Operation |
getOperation() |
Object |
getValue() |
void |
setAttribute(Field attribute) |
void |
setAttributeName(String name) |
void |
setDn(String dn) |
void |
setOperation(Operation operation) |
protected String dn
protected Field attribute
protected Operation operation
public String getDn()
public void setDn(String dn)
public Field getAttribute()
public void setAttribute(Field attribute)
public Operation getOperation()
public void setOperation(Operation operation)
public void setAttributeName(String name)
public Object getValue()
Copyright © 2020. All rights reserved.