org.exoplatform.social.opensocial.model
Class SpaceImpl

java.lang.Object
  extended by org.exoplatform.social.opensocial.model.SpaceImpl
All Implemented Interfaces:
Space

public class SpaceImpl
extends Object
implements Space

Created by The eXo Platform SARL Author : dang.tung tungcnw@gmail.com Jan 08, 2009


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.exoplatform.social.opensocial.model.Space
Space.Field
 
Constructor Summary
SpaceImpl()
           
 
Method Summary
 String getDisplayName()
           
 String getId()
           
 void setDisplayName(String displayName)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceImpl

public SpaceImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface Space

getId

public String getId()
Specified by:
getId in interface Space

setDisplayName

public void setDisplayName(String displayName)
Specified by:
setDisplayName in interface Space

setId

public void setId(String id)
Specified by:
setId in interface Space


Copyright © 2013 eXo Platform SAS. All Rights Reserved.