@Entity public class Conversion extends Object implements Serializable
Constructor and Description |
---|
Conversion() |
Conversion(Date startDate,
Date endDate,
boolean pending,
boolean succeed,
PartIteration partIteration) |
Conversion(PartIteration partIteration) |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate() |
PartIteration |
getPartIteration() |
Date |
getStartDate() |
boolean |
isPending() |
boolean |
isSucceed() |
void |
setEndDate(Date endDate) |
void |
setPartIteration(PartIteration partIteration) |
void |
setPending(boolean pending) |
void |
setStartDate(Date startDate) |
void |
setSucceed(boolean succeed) |
public Conversion()
public Conversion(PartIteration partIteration)
public Conversion(Date startDate, Date endDate, boolean pending, boolean succeed, PartIteration partIteration)
public Date getStartDate()
public void setStartDate(Date startDate)
public boolean isPending()
public void setPending(boolean pending)
public boolean isSucceed()
public void setSucceed(boolean succeed)
public PartIteration getPartIteration()
public void setPartIteration(PartIteration partIteration)
public Date getEndDate()
public void setEndDate(Date endDate)
Copyright © 2017 DocDoku. All rights reserved.