public class HomePageSectionModel
extends java.lang.Object
| Constructor and Description |
|---|
HomePageSectionModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguage_id()
This Method is use to Get the Language ID
|
java.lang.String |
getSection_id()
This Method is use to Get the Section ID
|
java.lang.String |
getSection_type()
This Method is use to Get the Section Type
|
java.lang.String |
getStudio_id()
This Method is use to Get the Studio ID
|
java.lang.String |
getTitle()
This Method is use to Get the Title
|
java.lang.String |
getTotal()
This Method is use to Get the Total
|
void |
setLanguage_id(java.lang.String language_id)
This Method is use to Set the Language ID
|
void |
setSection_id(java.lang.String section_id)
This Method is use to Set the Section ID
|
void |
setSection_type(java.lang.String section_type)
This Method is use to Set the Section Type
|
void |
setStudio_id(java.lang.String studio_id)
This Method is use to Set the Studio ID
|
void |
setTitle(java.lang.String title)
This Method is use to Set the Title
|
void |
setTotal(java.lang.String total)
This Method is use to Set the Total
|
public java.lang.String getSection_type()
public void setSection_type(java.lang.String section_type)
section_type - For Setting The Section Typepublic java.lang.String getTotal()
public void setTotal(java.lang.String total)
total - For Setting The Totalpublic java.lang.String getLanguage_id()
public void setLanguage_id(java.lang.String language_id)
language_id - For Setting The Language Idpublic java.lang.String getStudio_id()
public void setStudio_id(java.lang.String studio_id)
studio_id - For Setting The Studio Idpublic java.lang.String getSection_id()
public void setSection_id(java.lang.String section_id)
section_id - For Setting The Section Idpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - For Setting The Title