@Entity public class Resourcebundles extends hbm.entity.BaseEntity<Integer> implements Cloneable
| Constructor and Description |
|---|
Resourcebundles() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Return the value associated with the column: baseName
|
String |
getKey()
Return the value associated with the column: properties_key
|
String |
getLocale()
Return the value associated with the column: locale
|
String |
getValue()
Return the value associated with the column: value
|
void |
setBaseName(String baseName)
Set the value related to the column: baseName
|
void |
setKey(String propertieskey)
Set the value related to the column: properties_key
|
void |
setLocale(String locale)
Set the value related to the column: locale
|
void |
setValue(String value)
Set the value related to the column: value
|
public String getBaseName()
public void setBaseName(String baseName)
baseName - the baseName value you wish to setpublic String getLocale()
public void setLocale(String locale)
locale - the locale value you wish to setpublic String getKey()
public void setKey(String propertieskey)
propertieskey - the propertieskey value you wish to setpublic String getValue()
public void setValue(String value)
value - the value value you wish to setCopyright © 2015. All rights reserved.