Class ResearchObjectSummary
- java.lang.Object
-
- uk.org.esciencelab.researchobjectservice.researchobject.ResearchObjectSummary
-
public class ResearchObjectSummary extends java.lang.ObjectA sparse "summary" version of a Research Object, to be used to serialize ROs on index views.
-
-
Constructor Summary
Constructors Constructor Description ResearchObjectSummary(ResearchObject researchObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedAt()java.util.DategetDepositedAt()java.net.URIgetDepositionUrl()longgetId()java.util.DategetModifiedAt()ResearchObjectProfilegetProfile()java.lang.StringgetProfileName()
-
-
-
Constructor Detail
-
ResearchObjectSummary
public ResearchObjectSummary(ResearchObject researchObject)
-
-
Method Detail
-
getId
public long getId()
-
getProfile
public ResearchObjectProfile getProfile()
-
getProfileName
public java.lang.String getProfileName()
-
getDepositionUrl
public java.net.URI getDepositionUrl()
-
getCreatedAt
public java.util.Date getCreatedAt()
-
getModifiedAt
public java.util.Date getModifiedAt()
-
getDepositedAt
public java.util.Date getDepositedAt()
-
-