Class RESTDataRemote
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.communication.RESTData
-
- de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
public class RESTDataRemote extends RESTData
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description RESTDataRemote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()StringgetLocation()StringgetPassword()StringgetUsername()voidsetDomain(String domain)voidsetLocation(String location)voidsetPassword(String password)voidsetUsername(String username)
-
-
-
Method Detail
-
getLocation
public String getLocation()
- Overrides:
getLocationin classRESTData- Returns:
- the location
-
setLocation
public void setLocation(String location)
- Overrides:
setLocationin classRESTData- Parameters:
location- the location to set
-
getUsername
public String getUsername()
- Returns:
- the username
-
setUsername
public void setUsername(String username)
- Parameters:
username- the username to set
-
getPassword
public String getPassword()
- Returns:
- the password
-
setPassword
public void setPassword(String password)
- Parameters:
password- the password to set
-
getDomain
public String getDomain()
- Returns:
- the domain
-
setDomain
public void setDomain(String domain)
- Parameters:
domain- the domain to set
-
-