org.alfresco.web.bean.ml
Class SingleEditionBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleEditionBean
public SingleEditionBean()
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.