org.gatein.mop.core.api.workspace.content
Class WorkspaceSpecialization

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.content.AbstractCustomization
      extended by org.gatein.mop.core.api.workspace.content.WorkspaceCustomization
          extended by org.gatein.mop.core.api.workspace.content.WorkspaceSpecialization
All Implemented Interfaces:
Customization<Object>

public abstract class WorkspaceSpecialization
extends WorkspaceCustomization

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.gatein.mop.core.api.workspace.content.AbstractCustomization
comparator
 
Constructor Summary
WorkspaceSpecialization()
           
 
Method Summary
 String getContentId()
           
abstract  WorkspaceCustomization getCustomization()
           
 String getName()
           
 AbstractCustomization getParentCustomization()
           
 ContentType<Object> getType()
           
abstract  void setCustomization(WorkspaceCustomization customization)
           
 
Methods inherited from class org.gatein.mop.core.api.workspace.content.WorkspaceCustomization
doDestroy, getCustomizationContext, getParent
 
Methods inherited from class org.gatein.mop.core.api.workspace.content.AbstractCustomization
createPS, customize, destroy, get, get, getContentState, getContexts, getCustomization, getState, setContentState, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceSpecialization

public WorkspaceSpecialization()
Method Detail

getCustomization

public abstract WorkspaceCustomization getCustomization()

setCustomization

public abstract void setCustomization(WorkspaceCustomization customization)

getName

public String getName()

getContentId

public String getContentId()

getType

public ContentType<Object> getType()

getParentCustomization

public AbstractCustomization getParentCustomization()
Specified by:
getParentCustomization in class AbstractCustomization


Copyright © 2009 eXo Platform SAS. All Rights Reserved.