gov.lanl.archive.index.bdb
Class ResourceRecord

java.lang.Object
  extended by gov.lanl.archive.index.bdb.ResourceRecord

public class ResourceRecord
extends Object


Constructor Summary
ResourceRecord()
           
 
Method Summary
 String getCode()
           
 String getCompress()
           
 String getDate()
           
 String getDigest()
           
 String getDupId()
           
 String getId()
           
 String getLang()
           
 long getLength()
           
 String getMimetype()
           
 long getReqLength()
           
 long getResLength()
           
 String getType()
           
 String getUrl()
           
 void setCode(String code)
           
 void setCompress(String compress)
           
 void setDate(String date)
           
 void setDigest(String digest)
           
 void setDupId(String dupid)
           
 void setId(String id)
           
 void setLang(String lang)
           
 void setLength(long length)
           
 void setMimetype(String mimetype)
           
 void setReqLength(long length)
           
 void setResLength(long length)
           
 void setType(String type)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRecord

public ResourceRecord()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getType

public String getType()

setType

public void setType(String type)

getDupId

public String getDupId()

setDupId

public void setDupId(String dupid)

getDigest

public String getDigest()

setDigest

public void setDigest(String digest)

getMimetype

public String getMimetype()

setMimetype

public void setMimetype(String mimetype)

getLang

public String getLang()

setLang

public void setLang(String lang)

getCompress

public String getCompress()

setCompress

public void setCompress(String compress)

getCode

public String getCode()

setCode

public void setCode(String code)

getLength

public long getLength()

setLength

public void setLength(long length)

getResLength

public long getResLength()

setResLength

public void setResLength(long length)

getReqLength

public long getReqLength()

setReqLength

public void setReqLength(long length)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDate

public String getDate()

setDate

public void setDate(String date)


Copyright © 2013. All Rights Reserved.