public abstract class AbstractAttributableMod extends AbstractBaseBean
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
attrsToRemove |
protected Set<AttributeMod> |
attrsToUpdate |
protected Set<String> |
derAttrsToAdd |
protected Set<String> |
derAttrsToRemove |
protected long |
id |
protected Set<String> |
virAttrsToRemove |
protected Set<AttributeMod> |
virAttrsToUpdate |
| Constructor and Description |
|---|
AbstractAttributableMod() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAttrsToRemove() |
Set<AttributeMod> |
getAttrsToUpdate() |
Set<String> |
getDerAttrsToAdd() |
Set<String> |
getDerAttrsToRemove() |
long |
getId() |
Set<String> |
getVirAttrsToRemove() |
Set<AttributeMod> |
getVirAttrsToUpdate() |
boolean |
isEmpty() |
void |
setId(long id) |
equals, hashCode, toStringprotected long id
protected final Set<AttributeMod> attrsToUpdate
protected final Set<AttributeMod> virAttrsToUpdate
public long getId()
public void setId(long id)
public Set<AttributeMod> getAttrsToUpdate()
public Set<AttributeMod> getVirAttrsToUpdate()
public boolean isEmpty()
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.