public abstract class CloneableDataObject extends java.lang.Object implements StructuredDataObject
Title: Structured Data Objects
Description: Implements the StructuredDataObject
interface and overrides the method clone
.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
CloneableDataObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the object.
|
long |
getSerialVersionUID()
Returns the
Serial Version Id of the object. |
public long getSerialVersionUID()
Serial Version Id
of the object.getSerialVersionUID
in interface StructuredDataObject
public java.lang.Object clone()
clone
in interface CloneableObject
clone
in class java.lang.Object
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.