Class ProjectDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.project.ProjectDV
-
- All Implemented Interfaces:
Serializable
public class ProjectDV extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectDV()
-
Method Summary
-
-
-
Method Detail
-
getProfileName
public String getProfileName()
-
setProfileName
public void setProfileName(String profileName)
-
getId
public String getId()
-
getVersion
public String getVersion()
-
getProfileID
public String getProfileID()
-
getProfileVersion
public String getProfileVersion()
-
getRelationships
public List<RelationshipDV> getRelationships()
-
getTheDocument
public DocumentDV getTheDocument()
-
setId
public void setId(String id)
-
setVersion
public void setVersion(String version)
-
setProfileID
public void setProfileID(String profileID)
-
setProfileVersion
public void setProfileVersion(String profileVersion)
-
setRelationships
public void setRelationships(List<RelationshipDV> relationships)
-
setTheDocument
public void setTheDocument(DocumentDV theDocument)
-
getLifecycleInformationDV
public LifecycleInformationDV getLifecycleInformationDV()
-
getMapIdentReferenceDV
public Map<String,IdentificationReferenceDV> getMapIdentReferenceDV()
-
setMapIdentReferenceDV
public void setMapIdentReferenceDV(Map<String,IdentificationReferenceDV> mapIdentReferenceDV)
-
setLifecycleInformationDV
public void setLifecycleInformationDV(LifecycleInformationDV lifecycleInformationDV)
-
getSpatialReference
public GeoJSON getSpatialReference()
-
setSpatialReference
public void setSpatialReference(GeoJSON spatialReference)
-
getTemporalReference
public TemporalReferenceDV getTemporalReference()
-
setTemporalReference
public void setTemporalReference(TemporalReferenceDV temporalReference)
-
-