at.gv.egovernment.moa.spss.server.iaik.xml
Class DataObjectImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.xml.DataObjectImpl
All Implemented Interfaces:
iaik.server.modules.xml.DataObject
Direct Known Subclasses:
ByteArrayDataObjectImpl, ByteStreamDataObjectImpl, XMLDataObjectImpl, XMLNodeListDataObjectImpl

public abstract class DataObjectImpl
extends Object
implements iaik.server.modules.xml.DataObject

Abstract base implementation for the classes derived from DataObject.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
DataObjectImpl()
           
 
Method Summary
 String getMimeType()
           
 String getReferenceID()
           
 String getTypeURI()
           
 String getURI()
           
 void setMimeType(String mimeType)
          Set the mime type.
 void setReferenceID(String referenceID)
          Set the reference ID.
 void setTypeURI(String typeURI)
          Set the type URI.
 void setURI(String URI)
          Set the URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjectImpl

public DataObjectImpl()
Method Detail

getMimeType

public String getMimeType()
Specified by:
getMimeType in interface iaik.server.modules.xml.DataObject
See Also:
DataObject.getMimeType()

setMimeType

public void setMimeType(String mimeType)
Set the mime type.
Parameters:
mimeType - The mime type to set.

getReferenceID

public String getReferenceID()
Specified by:
getReferenceID in interface iaik.server.modules.xml.DataObject
See Also:
DataObject.getReferenceID()

setReferenceID

public void setReferenceID(String referenceID)
Set the reference ID.
Parameters:
referenceID - The reference ID.

getTypeURI

public String getTypeURI()
Specified by:
getTypeURI in interface iaik.server.modules.xml.DataObject
See Also:
DataObject.getTypeURI()

setTypeURI

public void setTypeURI(String typeURI)
Set the type URI.
Parameters:
typeURI - The type URI.

getURI

public String getURI()
Specified by:
getURI in interface iaik.server.modules.xml.DataObject
See Also:
DataObject.getURI()

setURI

public void setURI(String URI)
Set the URI.
Parameters:
URI - The URI.