public class HelpData extends BasicData implements NameableData
Help
,
Developer documentation: Client, session and settingsModifier and Type | Field and Description |
---|---|
private ClientData |
client |
private String |
description |
private String |
externalId |
static int |
MAX_EXTERNAL_ID_LENGTH
The maximum length of the external ID that can be stored in the database.
|
private String |
name |
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
HelpData() |
Modifier and Type | Method and Description |
---|---|
ClientData |
getClient()
Get the client for this help text.
|
String |
getDescription()
Get the description for the item.
|
String |
getExternalId()
Get the external id for this
Help item. |
String |
getName()
Get the name of the item.
|
void |
setClient(ClientData client) |
void |
setDescription(String description)
Set the description for the item.
|
void |
setExternalId(String externalId) |
void |
setName(String name)
Set the name of the item.
|
equals, getId, getVersion, hashCode, setId, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
private String name
private String description
private ClientData client
public static final int MAX_EXTERNAL_ID_LENGTH
setExternalId(String)
,
Constant Field Valuesprivate String externalId
public String getName()
NameableData
getName
in interface NameableData
String
with the name of the itempublic void setName(String name)
NameableData
MAX_NAME_LENGTH
constant.setName
in interface NameableData
name
- The new name for the itempublic String getDescription()
NameableData
getDescription
in interface NameableData
String
with a description of the itempublic void setDescription(String description)
NameableData
MAX_DESCRIPTION_LENGTH
constant.setDescription
in interface NameableData
description
- The new description for the itempublic ClientData getClient()
public void setClient(ClientData client)
public String getExternalId()
Help
item.public void setExternalId(String externalId)