public class TourTypeModif extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE |
static int |
MODIF |
static int |
NOENTRY |
static int |
SUPPR |
protected String |
tourTopiaId |
protected int |
typeModif |
| Constructor and Description |
|---|
TourTypeModif(String tourTopiaId,
int typeModif) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTourTopiaId() |
int |
getTypeModif() |
void |
setTourTopiaId(String tourTopiaId) |
void |
setTypeModif(int typeModif) |
public static int NOENTRY
public static int CREATE
public static int MODIF
public static int SUPPR
protected String tourTopiaId
protected int typeModif
public TourTypeModif(String tourTopiaId, int typeModif)
Copyright © 2008-2013 Cybelia. All Rights Reserved.