Uses of Class
org.icatproject.DataPublication
-
Packages that use DataPublication Package Description org.icatproject -
-
Uses of DataPublication in org.icatproject
Fields in org.icatproject declared as DataPublication Modifier and Type Field Description protected DataPublicationDataPublicationFunding. dataPublicationprotected DataPublicationDataPublicationDate. publicationprotected DataPublicationDataPublicationUser. publicationprotected DataPublicationRelatedItem. publicationFields in org.icatproject with type parameters of type DataPublication Modifier and Type Field Description protected List<DataPublication>DataCollection. dataPublicationsprotected List<DataPublication>DataPublicationType. dataPublicationsprotected List<DataPublication>Facility. dataPublicationsMethods in org.icatproject that return DataPublication Modifier and Type Method Description DataPublicationObjectFactory. createDataPublication()Create an instance ofDataPublicationDataPublicationDataPublicationFunding. getDataPublication()Gets the value of the dataPublication property.DataPublicationDataPublicationDate. getPublication()Gets the value of the publication property.DataPublicationDataPublicationUser. getPublication()Gets the value of the publication property.DataPublicationRelatedItem. getPublication()Gets the value of the publication property.Methods in org.icatproject that return types with arguments of type DataPublication Modifier and Type Method Description List<DataPublication>DataCollection. getDataPublications()Gets the value of the dataPublications property.List<DataPublication>DataPublicationType. getDataPublications()Gets the value of the dataPublications property.List<DataPublication>Facility. getDataPublications()Gets the value of the dataPublications property.Methods in org.icatproject with parameters of type DataPublication Modifier and Type Method Description voidDataPublicationFunding. setDataPublication(DataPublication value)Sets the value of the dataPublication property.voidDataPublicationDate. setPublication(DataPublication value)Sets the value of the publication property.voidDataPublicationUser. setPublication(DataPublication value)Sets the value of the publication property.voidRelatedItem. setPublication(DataPublication value)Sets the value of the publication property.
-