org.alfresco.web.bean.ml
Class SingleEditionBean

java.lang.Object
  extended by org.alfresco.web.bean.ml.SingleEditionBean
All Implemented Interfaces:
java.io.Serializable

public class SingleEditionBean
extends java.lang.Object
implements java.io.Serializable

Util class which represents a light weight representation of an edition history for the client side needs.

See Also:
Serialized Form

Constructor Summary
SingleEditionBean()
           
 
Method Summary
 void addTranslations(MapNode translation)
           
 java.util.List getEdition()
           
 java.lang.String getEditionLabel()
           
 java.util.List getTranslations()
           
 void setEdition(MapNode edition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleEditionBean

public SingleEditionBean()
Method Detail

getEditionLabel

public java.lang.String getEditionLabel()
Returns:

getEdition

public java.util.List getEdition()
Returns:
the edition

setEdition

public void setEdition(MapNode edition)
Parameters:
edition - the edition to set

getTranslations

public java.util.List getTranslations()
Returns:
the translations

addTranslations

public void addTranslations(MapNode translation)
Parameters:
translation - the translations to add to the list


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.