org.exoplatform.social.opensocial.model
Interface Space

All Known Implementing Classes:
SpaceImpl

public interface Space

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


Nested Class Summary
static class Space.Field
          An enumeration of fields in the json Space object.
 
Method Summary
 String getDisplayName()
           
 String getId()
           
 void setDisplayName(String displayName)
           
 void setId(String id)
           
 

Method Detail

setId

void setId(String id)

getId

String getId()

setDisplayName

void setDisplayName(String displayName)

getDisplayName

String getDisplayName()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.