Package nl.tailormap.viewer.config
Class CycloramaAccount
- java.lang.Object
-
- nl.tailormap.viewer.config.CycloramaAccount
-
@Entity public class CycloramaAccount extends Object
- Author:
- Meine Toonen
-
-
Constructor Summary
Constructors Constructor Description CycloramaAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilename()LonggetId()StringgetPassword()StringgetPrivateBase64Key()StringgetUsername()voidsetFilename(String filename)voidsetId(Long id)voidsetPassword(String password)voidsetPrivateBase64Key(String privateBase64Key)voidsetUsername(String username)org.json.JSONObjecttoJSON()
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getPrivateBase64Key
public String getPrivateBase64Key()
-
setPrivateBase64Key
public void setPrivateBase64Key(String privateBase64Key)
-
getFilename
public String getFilename()
-
setFilename
public void setFilename(String filename)
-
toJSON
public org.json.JSONObject toJSON() throws org.json.JSONException- Throws:
org.json.JSONException
-
-