@Generated(value="org.nuiton.jpa.templates.JpaEntityTransformer", date="Wed Sep 11 18:18:21 CEST 2013") @MappedSuperclass public abstract class AbstractJpaLocation extends org.nuiton.jpa.api.AbstractJpaEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected boolean |
fullLocation |
protected String |
id |
static String |
PROPERTY_CODE |
static String |
PROPERTY_FULL_LOCATION |
static String |
PROPERTY_ID |
static String |
PROPERTY_REQUIRED_ACCREDITATION_LEVEL |
static String |
PROPERTY_REQUIRED_CRANE_MAN |
static String |
PROPERTY_WAREHOUSE |
protected int |
requiredAccreditationLevel |
protected boolean |
requiredCraneMan |
protected Warehouse |
warehouse |
| Constructor and Description |
|---|
AbstractJpaLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getId() |
int |
getRequiredAccreditationLevel() |
Warehouse |
getWarehouse() |
boolean |
isFullLocation() |
boolean |
isRequiredCraneMan() |
void |
prePersist() |
void |
setCode(String code) |
void |
setFullLocation(boolean fullLocation) |
void |
setId(String id) |
void |
setRequiredAccreditationLevel(int requiredAccreditationLevel) |
void |
setRequiredCraneMan(boolean requiredCraneMan) |
void |
setWarehouse(Warehouse warehouse) |
public static final String PROPERTY_ID
public static final String PROPERTY_CODE
public static final String PROPERTY_REQUIRED_ACCREDITATION_LEVEL
public static final String PROPERTY_FULL_LOCATION
public static final String PROPERTY_REQUIRED_CRANE_MAN
public static final String PROPERTY_WAREHOUSE
protected String id
protected String code
protected int requiredAccreditationLevel
protected boolean fullLocation
protected boolean requiredCraneMan
protected Warehouse warehouse
public void prePersist()
public String getId()
getId in interface org.nuiton.jpa.api.JpaEntitypublic void setId(String id)
public String getCode()
public void setCode(String code)
public int getRequiredAccreditationLevel()
public void setRequiredAccreditationLevel(int requiredAccreditationLevel)
public boolean isFullLocation()
public void setFullLocation(boolean fullLocation)
public boolean isRequiredCraneMan()
public void setRequiredCraneMan(boolean requiredCraneMan)
public Warehouse getWarehouse()
public void setWarehouse(Warehouse warehouse)
Copyright © 2013 CodeLutin. All rights reserved.