cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
Class BoxImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxImpl
All Implemented Interfaces:
Box

public class BoxImpl
extends java.lang.Object
implements Box

Author:
Jimmy

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

BoxImpl

public BoxImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Box
get the box id.

Specified by:
getId in interface Box
Returns:
the id

setId

public void setId(java.lang.String id)
Description copied from interface: Box
set the box id.

Specified by:
setId in interface Box
Parameters:
id - the id to set

getUrl

public java.lang.String getUrl()
Description copied from interface: Box
get box URL.

Specified by:
getUrl in interface Box
Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Description copied from interface: Box
set box URL.

Specified by:
setUrl in interface Box
Parameters:
url - the url to set

getStatus

public java.lang.String getStatus()
Description copied from interface: Box
get box status.

Specified by:
getStatus in interface Box
Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Description copied from interface: Box
set box status.

Specified by:
setStatus in interface Box
Parameters:
status - the status to set