|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasTransientProperties
| Method Summary | |
|---|---|
Map<String,Object> |
getTransientProperties()
Get the transient properties. |
Object |
getTransientProperty(String name)
Get a transient (non-serialized) property. |
void |
setTransientProperty(String name,
Object value)
Set a transient (non-serialized) property. |
| Method Detail |
|---|
Map<String,Object> getTransientProperties()
Object getTransientProperty(String name)
name - The name of the property.
void setTransientProperty(String name,
Object value)
name - the name of the property.value - the property value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||