cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface Box

All Known Implementing Classes:
BoxImpl

public interface Box

Author:
Jimmy

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.
 

Method Detail

getId

java.lang.String getId()
get the box id.

Returns:
the id

setId

void setId(java.lang.String id)
set the box id.

Parameters:
id - the id to set

getUrl

java.lang.String getUrl()
get box URL.

Returns:
the url

setUrl

void setUrl(java.lang.String url)
set box URL.

Parameters:
url - the url to set

getStatus

java.lang.String getStatus()
get box status.

Returns:
the status

setStatus

void setStatus(java.lang.String status)
set box status.

Parameters:
status - the status to set