public class LongBeanProxy extends AttributeProxy<Long>
| Constructor and Description |
|---|
LongBeanProxy(String name,
String description,
boolean isRead,
boolean isWrite)
Instantiates a new long bean proxy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
get(String name)
Gets the value.
|
void |
set(String name,
Long t)
Sets the value.
|
getDescription, getName, getTypeClass, isRead, isWritepublic Long get(String name)
AttributeProxyget in class AttributeProxy<Long>name - the namepublic void set(String name, Long t)
AttributeProxyset in class AttributeProxy<Long>name - the namet - the valueCopyright 2001-2021, Terracotta, Inc.