public class ALNCArticleBean extends Object
| Constructor and Description |
|---|
ALNCArticleBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
extractId() |
int |
getArticleNumber() |
String |
getCity() |
String |
getContent() |
String |
getDate() |
String |
getDomain() |
String |
getState() |
void |
setArticleNumber(int articleNumber) |
void |
setCity(String city) |
void |
setContent(String content) |
void |
setDate(String date) |
void |
setDomain(String domain) |
void |
setState(String state) |
public String getCity()
public String getDomain()
public String getContent()
public String getState()
public String getDate()
public int getArticleNumber()
public void setCity(String city)
city - the city to setpublic void setDomain(String domain)
domain - the domain to setpublic void setContent(String content)
content - the content to setpublic void setState(String state)
state - the state to setpublic void setDate(String date)
date - the date to setpublic void setArticleNumber(int articleNumber)
articleNumber - the articleNumber to setpublic final String extractId()
ALNCArticleBeanCopyright © 2015. All rights reserved.