@Generated(value="org.nuiton.jpa.templates.JpaEntityTransformer", date="Wed Sep 11 18:18:21 CEST 2013") @MappedSuperclass public abstract class AbstractJpaRequestedArticle extends org.nuiton.jpa.api.AbstractJpaEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Article |
article |
protected Location |
destinationLocation |
protected String |
id |
protected String |
priority |
static String |
PROPERTY_ARTICLE |
static String |
PROPERTY_DESTINATION_LOCATION |
static String |
PROPERTY_ID |
static String |
PROPERTY_PRIORITY |
static String |
PROPERTY_QUANTITY |
static String |
PROPERTY_REQUESTED_LIST |
protected double |
quantity |
protected RequestedList |
requestedList |
| Constructor and Description |
|---|
AbstractJpaRequestedArticle() |
| Modifier and Type | Method and Description |
|---|---|
Article |
getArticle() |
Location |
getDestinationLocation() |
String |
getId() |
String |
getPriority() |
double |
getQuantity() |
RequestedList |
getRequestedList() |
void |
prePersist() |
void |
setArticle(Article article) |
void |
setDestinationLocation(Location destinationLocation) |
void |
setId(String id) |
void |
setPriority(String priority) |
void |
setQuantity(double quantity) |
void |
setRequestedList(RequestedList requestedList) |
public static final String PROPERTY_ID
public static final String PROPERTY_QUANTITY
public static final String PROPERTY_PRIORITY
public static final String PROPERTY_ARTICLE
public static final String PROPERTY_REQUESTED_LIST
public static final String PROPERTY_DESTINATION_LOCATION
protected String id
protected double quantity
protected String priority
protected Article article
protected RequestedList requestedList
protected Location destinationLocation
public void prePersist()
public String getId()
getId in interface org.nuiton.jpa.api.JpaEntitypublic void setId(String id)
public double getQuantity()
public void setQuantity(double quantity)
public String getPriority()
public void setPriority(String priority)
public Article getArticle()
public void setArticle(Article article)
public RequestedList getRequestedList()
public void setRequestedList(RequestedList requestedList)
public Location getDestinationLocation()
public void setDestinationLocation(Location destinationLocation)
Copyright © 2013 CodeLutin. All rights reserved.