Class AccessDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.project.AccessDV
-
- All Implemented Interfaces:
Serializable
public class AccessDV extends Object implements Serializable
The Class AccessDV.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Aug 10, 2022
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDV()Instantiates a new access DV.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLicense()Gets the license.StringgetPolicy()Gets the policy.voidsetLicense(String license)Sets the license.voidsetPolicy(String policy)Sets the policy.StringtoString()To string.
-
-
-
Method Detail
-
getPolicy
public String getPolicy()
Gets the policy.- Returns:
- the policy
-
getLicense
public String getLicense()
Gets the license.- Returns:
- the license
-
setPolicy
public void setPolicy(String policy)
Sets the policy.- Parameters:
policy- the new policy
-
setLicense
public void setLicense(String license)
Sets the license.- Parameters:
license- the new license
-
-