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

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

public class BoxFriendImpl
extends java.lang.Object
implements BoxFriend

Author:
Jimmy

Constructor Summary
BoxFriendImpl()
           
 
Method Summary
 java.lang.String getAccepted()
           
 java.lang.String getAvatarUrl()
           
 java.util.List getBoxes()
           
 java.lang.String getEmail()
           
 java.lang.String getName()
           
 java.util.List getSubscriptions()
           
 void setAccepted(java.lang.String accepted)
           
 void setAvatarUrl(java.lang.String avatarUrl)
           
 void setBoxes(java.util.List boxes)
           
 void setEmail(java.lang.String email)
           
 void setName(java.lang.String name)
           
 void setSubscriptions(java.util.List subscriptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxFriendImpl

public BoxFriendImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface BoxFriend
Returns:
the name

setName

public void setName(java.lang.String name)
Specified by:
setName in interface BoxFriend
Parameters:
name - the name to set

getEmail

public java.lang.String getEmail()
Specified by:
getEmail in interface BoxFriend
Returns:
the email

setEmail

public void setEmail(java.lang.String email)
Specified by:
setEmail in interface BoxFriend
Parameters:
email - the email to set

getAccepted

public java.lang.String getAccepted()
Specified by:
getAccepted in interface BoxFriend
Returns:
the accepted

setAccepted

public void setAccepted(java.lang.String accepted)
Specified by:
setAccepted in interface BoxFriend
Parameters:
accepted - the accepted to set

getAvatarUrl

public java.lang.String getAvatarUrl()
Specified by:
getAvatarUrl in interface BoxFriend
Returns:
the avatarUrl

setAvatarUrl

public void setAvatarUrl(java.lang.String avatarUrl)
Specified by:
setAvatarUrl in interface BoxFriend
Parameters:
avatarUrl - the avatarUrl to set

getBoxes

public java.util.List getBoxes()
Specified by:
getBoxes in interface BoxFriend
Returns:
the boxes

setBoxes

public void setBoxes(java.util.List boxes)
Specified by:
setBoxes in interface BoxFriend
Parameters:
boxes - the boxes to set

getSubscriptions

public java.util.List getSubscriptions()
Specified by:
getSubscriptions in interface BoxFriend
Returns:
the subscriptions

setSubscriptions

public void setSubscriptions(java.util.List subscriptions)
Specified by:
setSubscriptions in interface BoxFriend
Parameters:
subscriptions - the subscriptions to set