public class LongProperty extends AbstractSharedProperty<Long>
AbstractSharedProperty.GenericPropertyUpdatecompositeClass, dirty, propertyId, value| Constructor and Description |
|---|
LongProperty(LongProperty other) |
LongProperty(WorldObjectId objId,
String identifier,
Long value,
Class compositeClass) |
| Modifier and Type | Method and Description |
|---|---|
ISharedProperty<Long> |
clone()
Must return an exact duplicate of this ISharedProperty, this will be used
to create old versions of SharedProperties in the worldView.
|
protected Long |
cloneValue()
Every descendant must implement this by calling value.clone() or otherwise returning a new copy of value.
|
Class<?> |
getPropertyValueClass()
Returns class of the property value.
|
createUpdateEvent, equals, getCompositeClass, getObjectId, getPropertyId, getValue, hashCode, isDirty, nullOverrides, setDirty, setValuepublic LongProperty(WorldObjectId objId, String identifier, Long value, Class compositeClass)
public LongProperty(LongProperty other)
public Class<?> getPropertyValueClass()
ISharedPropertyprotected Long cloneValue()
AbstractSharedPropertycloneValue in class AbstractSharedProperty<Long>public ISharedProperty<Long> clone()
ISharedPropertyclone in interface ISharedProperty<Long>clone in class AbstractSharedProperty<Long>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.