class ActiveFedora::Datastream

def dsid=(dsid)

set this datastreams identifier (note: sets both dsID and dsid)
def dsid=(dsid)
  self.attributes[:dsID] = dsid
  self.attributes[:dsid] = dsid
end