public class AttributedObjectBase extends Object implements AttributedObject, CopyInterceptor
| Constructor and Description |
|---|
AttributedObjectBase() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
attributes()
Internal method for dynamic attribute support.
|
Object |
get(int index)
Internal method for dynamic attribute support.
|
void |
postCopy() |
void |
preCopy() |
void |
set(int index,
Object obj)
Internal method for dynamic attribute support.
|
public void preCopy()
preCopy in interface CopyInterceptorpublic void postCopy()
postCopy in interface CopyInterceptorpublic final Object get(int index)
AttributedObjectget in interface AttributedObjectpublic final void set(int index,
Object obj)
AttributedObjectset in interface AttributedObjectpublic final List<Object> attributes()
AttributedObjectattributes in interface AttributedObjectCopyright © 2017 Oracle. All rights reserved.