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

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

public class BoxSubscriptionImpl
extends java.lang.Object
implements BoxSubscription

Author:
Jimmy

Constructor Summary
BoxSubscriptionImpl()
           
 
Method Summary
 java.lang.String getBoxId()
           
 java.lang.String getStatus()
           
 java.lang.String getUrl()
           
 java.lang.String getUserName()
           
 void setBoxId(java.lang.String boxId)
           
 void setStatus(java.lang.String status)
           
 void setUrl(java.lang.String url)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxSubscriptionImpl

public BoxSubscriptionImpl()
Method Detail

getBoxId

public java.lang.String getBoxId()
Specified by:
getBoxId in interface BoxSubscription
Returns:
the boxId

setBoxId

public void setBoxId(java.lang.String boxId)
Specified by:
setBoxId in interface BoxSubscription
Parameters:
boxId - the boxId to set

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface BoxSubscription
Returns:
the userName

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface BoxSubscription
Parameters:
userName - the userName to set

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface BoxSubscription
Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Specified by:
setUrl in interface BoxSubscription
Parameters:
url - the url to set

getStatus

public java.lang.String getStatus()
Specified by:
getStatus in interface BoxSubscription
Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Specified by:
setStatus in interface BoxSubscription
Parameters:
status - the status to set