org.fcrepo.server.storage.types
Class DatastreamDef

java.lang.Object
  extended by org.fcrepo.server.storage.types.DatastreamDef

public class DatastreamDef
extends Object

Author:
Ross Wayland

Field Summary
 String dsID
           
 String dsLabel
           
 String dsMIME
           
 
Constructor Summary
DatastreamDef(String dsID, String dsLabel, String dsMIME)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dsID

public final String dsID

dsLabel

public final String dsLabel

dsMIME

public final String dsMIME
Constructor Detail

DatastreamDef

public DatastreamDef(String dsID,
                     String dsLabel,
                     String dsMIME)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 DuraSpace. All Rights Reserved.