Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.shared.layout.impl
Class YUIContentImpl

java.lang.Object
  extended by org.nuxeo.opensocial.container.shared.layout.impl.YUIContentImpl
All Implemented Interfaces:
Serializable, YUIContent

public class YUIContentImpl
extends Object
implements YUIContent, Serializable

Author:
Stéphane Fourrier
See Also:
Serialized Form

Constructor Summary
YUIContentImpl()
           
 
Method Summary
 void addComponent(YUIComponent component)
           
 List<YUIComponent> getComponents()
           
 String getId()
           
 void removeComponent(YUIComponent component)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YUIContentImpl

public YUIContentImpl()
Method Detail

getId

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

setId

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

getComponents

public List<YUIComponent> getComponents()
Specified by:
getComponents in interface YUIContent

addComponent

public void addComponent(YUIComponent component)
Specified by:
addComponent in interface YUIContent

removeComponent

public void removeComponent(YUIComponent component)
Specified by:
removeComponent in interface YUIContent

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.