org.equanda.translations
Class Translation

java.lang.Object
  extended by 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

Constructor Summary
Translation()
           
 
Method Summary
 String getCaption()
           
 String getHelp()
           
 String getLabel()
           
 void setCaption(String caption)
           
 void setHelp(String help)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translation

public Translation()
Method Detail

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.