public class ActionHit extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE
ActionHit resource type
|
Constructor and Description |
---|
ActionHit()
Default constructor
|
ActionHit(String strActionName,
String strIdExtendableResource,
String strExtendableResourceType,
int nHit)
Creates an action hit
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Get the name of the action
|
String |
getExtendableResourceType()
Get the resource type associated with this action hit
|
int |
getHit()
Get the number of hits
|
int |
getIdActionHit()
Get the id of the action hit
|
String |
getIdExtendableResource()
Get the id of the extendable resource
|
void |
setActionName(String strActionName)
Set the name of the action
|
void |
setExtendableResourceType(String strExtendableResourceType)
Set the resource type associated with this action hit
|
void |
setHit(int nHit)
Set the number of hits
|
void |
setIdActionHit(int nIdActionHit)
Set the id of the action hit
|
void |
setIdExtendableResource(String strIdExtendableResource)
Set the id of the extendable resource
|
public static final String RESOURCE_TYPE
public ActionHit()
public ActionHit(String strActionName, String strIdExtendableResource, String strExtendableResourceType, int nHit)
strActionName
- The name of the actionstrIdExtendableResource
- The id of the extendable resourcestrExtendableResourceType
- The type of the extendable resourcenHit
- The number of hitspublic int getIdActionHit()
public void setIdActionHit(int nIdActionHit)
nIdActionHit
- The id of the action hitpublic String getActionName()
public void setActionName(String strActionName)
strActionName
- The name of the actionpublic String getExtendableResourceType()
public void setExtendableResourceType(String strExtendableResourceType)
strExtendableResourceType
- The resource type associated with this
action hitpublic String getIdExtendableResource()
public void setIdExtendableResource(String strIdExtendableResource)
strIdExtendableResource
- The id of the extendable resourcepublic int getHit()
public void setHit(int nHit)
nHit
- The number of hitsCopyright © 2015 City of Paris. All rights reserved.