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 StringgetStoreDescription()StringgetStoreName()StringgetUrl()voidsetStoreDescription(String storeDescription)voidsetStoreName(String storeName)voidsetUrl(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)
 
 - 
 
 -