net.sf.cantina.datasource
Class Translation

java.lang.Object
  extended bynet.sf.cantina.datasource.Translation

public class Translation
extends java.lang.Object


Constructor Summary
Translation()
           
Translation(java.util.Locale locale)
           
 
Method Summary
 byte[] getContent()
           
 java.lang.String getId()
           
 java.util.Locale getLocale()
           
 void setContent(byte[] content)
           
 void setId(java.lang.String id)
           
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translation

public Translation()

Translation

public Translation(java.util.Locale locale)
Method Detail

getContent

public byte[] getContent()

setContent

public void setContent(byte[] content)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)


Copyright © 2004 Cantina. All Rights Reserved.