public final class NoDataObject extends AbstractObject
AbstractObject
,
LocalAbstractObject
,
Serialized FormConstructor and Description |
---|
NoDataObject(AbstractObject object)
Creates a new instance of NoDataObject from the specified LocalAbstractObject.
|
NoDataObject(java.lang.String locatorURI)
Creates a new instance of NoDataObject using the specified locator.
|
Modifier and Type | Method and Description |
---|---|
NoDataObject |
getNoDataObject()
Returns this object as no-data object.
|
binarySerialize, clearSurplusData, clone, clone, getBinarySize, getLocatorURI, getObjectKey, getObjectKey, getObjectLocatorURI, setObjectKey, toString
public NoDataObject(java.lang.String locatorURI)
AbstractObjectKey
is generated for
the specified locatorURI
.locatorURI
- the locator URI for the new objectpublic NoDataObject(AbstractObject object)
object
- the local object from which to create the new onepublic NoDataObject getNoDataObject()
AbstractObject
getNoDataObject
in class AbstractObject
NoDataObject