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 CopyInterceptor
public void postCopy()
postCopy
in interface CopyInterceptor
public final Object get(int index)
AttributedObject
get
in interface AttributedObject
public final void set(int index, Object obj)
AttributedObject
set
in interface AttributedObject
public final List<Object> attributes()
AttributedObject
attributes
in interface AttributedObject
Copyright © 2017 Oracle. All rights reserved.