|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.datastore.LocalizedData
public class LocalizedData
This is the business class for the object SiteProperty
Constructor Summary | |
---|---|
LocalizedData()
|
Method Summary | |
---|---|
String |
getHelp()
Returns the Help |
String |
getKey()
Returns the Key |
String |
getLabel()
Returns the Label |
String |
getValue()
Returns the Value |
void |
setHelp(String strHelp)
Sets the Help |
void |
setKey(String strKey)
Sets the Key |
void |
setLabel(String strLabel)
Sets the Label |
void |
setValue(String strValue)
Sets the Value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalizedData()
Method Detail |
---|
public String getKey()
public void setKey(String strKey)
strKey
- The Keypublic String getLabel()
public void setLabel(String strLabel)
strLabel
- The Labelpublic String getValue()
public void setValue(String strValue)
strValue
- The Valuepublic String getHelp()
public void setHelp(String strHelp)
strHelp
- The Help
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |