org.oclc.da.gdfr.registryprototype
Interface DataObject

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
AdminData, CollectionItem, Content, StructuredDataObject
All Known Implementing Classes:
BasicStructuredObject, StubStructuredObject

public interface DataObject
extends java.lang.Cloneable


Method Summary
 java.lang.String getBytestream()
          Returns the bytestream of the dataobject
 boolean setBytestream(java.lang.String bytes)
          Sets the bytestream of the dataobject
 

Method Detail

setBytestream

boolean setBytestream(java.lang.String bytes)
Sets the bytestream of the dataobject

Parameters:
bytes -

getBytestream

java.lang.String getBytestream()
Returns the bytestream of the dataobject

Returns:
String representing the bytestream


Copyright © 2008 OCLC Online Computer Library Center, Inc.. All Rights Reserved.