public class LocalizedData extends Object implements Comparable
Constructor and Description |
---|
LocalizedData() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object object) |
String |
getHelp()
Returns the Help
|
String |
getKey()
Returns the Key
|
String |
getLabel()
Returns the Label
|
int |
getOrder()
Returns the Order
|
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 |
setOrder(int nOrder)
Sets the Order
|
void |
setOrder(String strOrder)
Sets the Order
|
void |
setValue(String strValue)
Sets the Value
|
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 Helppublic int getOrder()
public void setOrder(int nOrder)
nOrder
- The Orderpublic void setOrder(String strOrder)
strOrder
- The Orderpublic int compareTo(Object object)
compareTo
in interface Comparable
Copyright © 2020 City of Paris. All rights reserved.