Package org.nuxeo.ecm.platform.util
Class LocationManagerPlugin
- java.lang.Object
-
- org.nuxeo.ecm.platform.util.LocationManagerPlugin
-
public class LocationManagerPlugin extends Object
- Author:
- a015447
-
-
Constructor Summary
Constructors Constructor Description LocationManagerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getLocationEnabled()
String
getLocationName()
String
getLocationURI()
void
setLocationEnabled(Boolean locationEnabled)
void
setLocationName(String locationName)
void
setLocationURI(String locationURI)
-
-
-
Method Detail
-
getLocationEnabled
public Boolean getLocationEnabled()
-
setLocationEnabled
public void setLocationEnabled(Boolean locationEnabled)
-
getLocationName
public String getLocationName()
-
setLocationName
public void setLocationName(String locationName)
-
getLocationURI
public String getLocationURI()
-
setLocationURI
public void setLocationURI(String locationURI)
-
-