public abstract class AnyPatch extends AbstractBaseBean implements AttributablePatch
| Constructor and Description |
|---|
AnyPatch() |
| Modifier and Type | Method and Description |
|---|---|
Set<StringPatchItem> |
getAuxClasses() |
String |
getKey() |
Set<AttrPatch> |
getPlainAttrs() |
StringReplacePatchItem |
getRealm() |
Set<StringPatchItem> |
getResources() |
Set<AttrTO> |
getVirAttrs() |
boolean |
isEmpty() |
void |
setKey(String key) |
void |
setRealm(StringReplacePatchItem realm) |
equals, hashCode, toStringpublic String getKey()
@PathParam(value="key") public void setKey(String key)
public StringReplacePatchItem getRealm()
public void setRealm(StringReplacePatchItem realm)
public Set<StringPatchItem> getAuxClasses()
public Set<AttrPatch> getPlainAttrs()
getPlainAttrs in interface AttributablePatchpublic Set<AttrTO> getVirAttrs()
getVirAttrs in interface AttributablePatchpublic Set<StringPatchItem> getResources()
public boolean isEmpty()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.