Class StoreUrl
- java.lang.Object
-
- de.xima.fc.gui.bean.settings.model.StoreUrl
-
- All Implemented Interfaces:
Serializable
public final class StoreUrl extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStoreDescription()
String
getStoreName()
String
getUrl()
void
setStoreDescription(String storeDescription)
void
setStoreName(String storeName)
void
setUrl(String url)
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getStoreName
public String getStoreName()
-
setStoreName
public void setStoreName(String storeName)
-
getStoreDescription
public String getStoreDescription()
-
setStoreDescription
public void setStoreDescription(String storeDescription)
-
-