public class HomePageBannerModel
extends java.lang.Object
Constructor and Description |
---|
HomePageBannerModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBanner_url()
This Method is use to Get the Banner URL
|
java.lang.String |
getImage_path()
This Method is use to Get the Image Path
|
java.lang.String |
getMobile_view()
This Method is use to Get the Mobile View
|
java.lang.String |
getOriginal()
This Method is use to Get the Original
|
void |
setBanner_url(java.lang.String banner_url)
This Method is use to Set the Banner URL
|
void |
setImage_path(java.lang.String image_path)
This Method is use to Set the Image Path
|
void |
setMobile_view(java.lang.String mobile_view)
This Method is use to Set the Mobile View
|
void |
setOriginal(java.lang.String original)
This Method is use to Set the Original
|
public java.lang.String getImage_path()
public void setImage_path(java.lang.String image_path)
image_path
- For Setting The Image Pathpublic java.lang.String getBanner_url()
public void setBanner_url(java.lang.String banner_url)
banner_url
- For Setting The Banner URLpublic java.lang.String getOriginal()
public void setOriginal(java.lang.String original)
original
- For Setting The Originalpublic java.lang.String getMobile_view()
public void setMobile_view(java.lang.String mobile_view)
mobile_view
- For Setting The Mobile View