public class ReferenceItem extends Object
Constructor and Description |
---|
ReferenceItem() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns the code of this ReferenceItem object as a String
|
String |
getName()
Returns the name of this ReferenceItem object as a String
|
boolean |
isChecked()
Returns weither the item is checked or not
|
void |
setChecked(boolean bChecked)
Sets checked
|
void |
setCode(String strCode)
Sets the code of this ReferenceItem with the String specified in parameter
|
void |
setName(String strName)
Sets the name of this ReferenceItem object with the value specified in parameter
|
String |
toString() |
public String getCode()
public void setCode(String strCode)
strCode
- The new String value of the codepublic String getName()
public void setName(String strName)
strName
- new String value of the namepublic boolean isChecked()
public void setChecked(boolean bChecked)
bChecked
- The check statusCopyright © 2020 City of Paris. All rights reserved.