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