@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Dec 17 16:16:20 CET 2015") public interface RefDepartmentShape extends ReferentialEntity, org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ACTIVE |
static String |
PROPERTY_DEPARTMENT |
static String |
PROPERTY_LATITUDE |
static String |
PROPERTY_LONGITUDE |
static String |
PROPERTY_SHAPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepartment() |
double |
getLatitude() |
double |
getLongitude() |
String |
getShape() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setDepartment(String department) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setShape(String shape) |
static final String PROPERTY_DEPARTMENT
static final String PROPERTY_LATITUDE
static final String PROPERTY_LONGITUDE
static final String PROPERTY_SHAPE
static final String PROPERTY_ACTIVE
void setDepartment(String department)
String getDepartment()
void setLatitude(double latitude)
double getLatitude()
void setLongitude(double longitude)
double getLongitude()
void setShape(String shape)
String getShape()
void setActive(boolean active)
setActive in interface ReferentialEntityboolean isActive()
isActive in interface ReferentialEntityCopyright © 2013–2015 Inra. All rights reserved.