|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.stock.business.Product
fr.paris.lutece.plugins.stock.business.TicketProduct
@Entity public class TicketProduct
TicketProduct
Constructor Summary | |
---|---|
TicketProduct()
Constructor |
|
TicketProduct(Product product)
Constructor from an other product |
Method Summary | |
---|---|
java.sql.Timestamp |
getDateBegin()
Return the date begin |
java.sql.Timestamp |
getDateEnd()
Get the date end |
java.util.List<WeekDaysEnum> |
getDays()
Return the days when there is a session during the week |
int |
getDuration()
Get Duration of the session |
java.sql.Timestamp |
getHour()
Get the hour of the session |
void |
setDateBegin(java.sql.Timestamp dateBegin)
Set the date begin |
void |
setDateEnd(java.sql.Timestamp dateEnd)
Set date end |
void |
setDays(java.util.List<WeekDaysEnum> days)
Set the days when there is a session during the week |
void |
setDuration(int duration)
Set the duration of the session |
void |
setHour(java.sql.Timestamp hour)
Set the hour of the session |
Methods inherited from class fr.paris.lutece.plugins.stock.business.Product |
---|
equals, getCategory, getIdProduct, getObjectDefinition, getPrice, getStockQuantity, hashCode, setCategory, setIdProduct, setPrice, setStockQuantity |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TicketProduct()
public TicketProduct(Product product)
product
- the productMethod Detail |
---|
public java.sql.Timestamp getDateBegin()
public void setDateBegin(java.sql.Timestamp dateBegin)
dateBegin
- the date beginpublic java.sql.Timestamp getDateEnd()
public void setDateEnd(java.sql.Timestamp dateEnd)
dateEnd
- the date endpublic java.sql.Timestamp getHour()
public void setHour(java.sql.Timestamp hour)
hour
- (date with only the hour set)public int getDuration()
public void setDuration(int duration)
duration
- of the sessionpublic java.util.List<WeekDaysEnum> getDays()
public void setDays(java.util.List<WeekDaysEnum> days)
days
- of week
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |