org.apache.jetspeed.om.common
Interface LocalizedField
public interface LocalizedField
LocalizedField
Interface that represents a string value and the locale of that string
- Version:
- $Id: LocalizedField.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Jeremy Ford
getName
String getName()
setName
void setName(String name)
getLocale
Locale getLocale()
setLocale
void setLocale(Locale locale)
getValue
String getValue()
setValue
void setValue(String value)
getId
org.apache.pluto.om.common.ObjectID getId()
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.