Methods Summary |
---|
public Fum | getFum()Returns the fum.
return fum;
|
public FumCompositeID | getId()
return fum.getId();
|
public java.util.Locale | getLocale()Returns the locale.
return locale;
|
public void | setFum(Fum fum)Sets the fum.
this.fum = fum;
|
public void | setId(FumCompositeID id)
|
public void | setLocale(java.util.Locale locale)Sets the locale.
this.locale = locale;
|