org.equanda.translations
Class Translation
java.lang.Object
org.equanda.translations.Translation
- All Implemented Interfaces:
- Serializable
public class Translation
- extends Object
- implements Serializable
Model for a translation record
- Author:
- Florin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Translation
public Translation()
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getCaption
public String getCaption()
setCaption
public void setCaption(String caption)
getHelp
public String getHelp()
setHelp
public void setHelp(String help)
Copyright © 2007-2009. All Rights Reserved.