@Generated(value="org.nuiton.jpa.templates.JpaEntityTransformer", date="Wed Sep 11 18:18:21 CEST 2013") @MappedSuperclass public abstract class AbstractJpaStorageMovement extends org.nuiton.jpa.api.AbstractJpaEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Double |
actualQuantity |
protected Article |
article |
protected Date |
confirmDate |
protected Location |
destinationLocation |
protected String |
id |
protected MagalieUser |
magalieUser |
protected Date |
movementDate |
protected Location |
originLocation |
static String |
PROPERTY_ACTUAL_QUANTITY |
static String |
PROPERTY_ARTICLE |
static String |
PROPERTY_CONFIRM_DATE |
static String |
PROPERTY_DESTINATION_LOCATION |
static String |
PROPERTY_ID |
static String |
PROPERTY_MAGALIE_USER |
static String |
PROPERTY_MOVEMENT_DATE |
static String |
PROPERTY_ORIGIN_LOCATION |
| Constructor and Description |
|---|
AbstractJpaStorageMovement() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getActualQuantity() |
Article |
getArticle() |
Date |
getConfirmDate() |
Location |
getDestinationLocation() |
String |
getId() |
MagalieUser |
getMagalieUser() |
Date |
getMovementDate() |
Location |
getOriginLocation() |
void |
prePersist() |
void |
setActualQuantity(Double actualQuantity) |
void |
setArticle(Article article) |
void |
setConfirmDate(Date confirmDate) |
void |
setDestinationLocation(Location destinationLocation) |
void |
setId(String id) |
void |
setMagalieUser(MagalieUser magalieUser) |
void |
setMovementDate(Date movementDate) |
void |
setOriginLocation(Location originLocation) |
public static final String PROPERTY_ID
public static final String PROPERTY_MOVEMENT_DATE
public static final String PROPERTY_ACTUAL_QUANTITY
public static final String PROPERTY_CONFIRM_DATE
public static final String PROPERTY_ORIGIN_LOCATION
public static final String PROPERTY_DESTINATION_LOCATION
public static final String PROPERTY_ARTICLE
public static final String PROPERTY_MAGALIE_USER
protected String id
protected Date movementDate
protected Double actualQuantity
protected Date confirmDate
protected Location originLocation
protected Location destinationLocation
protected Article article
protected MagalieUser magalieUser
public void prePersist()
public String getId()
getId in interface org.nuiton.jpa.api.JpaEntitypublic void setId(String id)
public Date getMovementDate()
public void setMovementDate(Date movementDate)
public Double getActualQuantity()
public void setActualQuantity(Double actualQuantity)
public Date getConfirmDate()
public void setConfirmDate(Date confirmDate)
public Location getOriginLocation()
public void setOriginLocation(Location originLocation)
public Location getDestinationLocation()
public void setDestinationLocation(Location destinationLocation)
public Article getArticle()
public void setArticle(Article article)
public MagalieUser getMagalieUser()
public void setMagalieUser(MagalieUser magalieUser)
Copyright © 2013 CodeLutin. All rights reserved.