org.gcube.application.framework.contentmanagement.util
Class DocumentInfos

java.lang.Object
  extended by org.gcube.application.framework.contentmanagement.util.DocumentInfos

public class DocumentInfos
extends Object


Constructor Summary
DocumentInfos()
           
 
Method Summary
 String getCollectionId()
           
 String getDocumentId()
           
 String getName()
           
 String getPdfURI()
           
 String getReferenceId()
           
 void setCollectionId(String collectionId)
           
 void setDocumentId(String documentId)
           
 void setName(String name)
           
 void setPdfURI(String pdfURI)
           
 void setReferenceId(String refId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInfos

public DocumentInfos()
Method Detail

getReferenceId

public String getReferenceId()

setReferenceId

public void setReferenceId(String refId)

getName

public String getName()

setName

public void setName(String name)

getPdfURI

public String getPdfURI()

setPdfURI

public void setPdfURI(String pdfURI)

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)

getCollectionId

public String getCollectionId()

setCollectionId

public void setCollectionId(String collectionId)


Copyright © 2013. All Rights Reserved.