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

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

public class BoxTagImpl
extends java.lang.Object
implements BoxTag

Author:
Jimmy

Constructor Summary
BoxTagImpl()
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxTagImpl

public BoxTagImpl()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface BoxTag
Returns:
the id

setId

public void setId(java.lang.String id)
Specified by:
setId in interface BoxTag
Parameters:
id - the id to set

getName

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

setName

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