|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxImpl
public class BoxImpl
Constructor Summary | |
---|---|
BoxImpl()
|
Method Summary | |
---|---|
java.lang.String |
getId()
get the box id. |
java.lang.String |
getStatus()
get box status. |
java.lang.String |
getUrl()
get box URL. |
void |
setId(java.lang.String id)
set the box id. |
void |
setStatus(java.lang.String status)
set box status. |
void |
setUrl(java.lang.String url)
set box URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoxImpl()
Method Detail |
---|
public java.lang.String getId()
Box
getId
in interface Box
public void setId(java.lang.String id)
Box
setId
in interface Box
id
- the id to setpublic java.lang.String getUrl()
Box
getUrl
in interface Box
public void setUrl(java.lang.String url)
Box
setUrl
in interface Box
url
- the url to setpublic java.lang.String getStatus()
Box
getStatus
in interface Box
public void setStatus(java.lang.String status)
Box
setStatus
in interface Box
status
- the status to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |