Class FundProj
java.lang.Object
com.eeit87t3.tickiteasy.cwdfunding.entity.FundProj
- Author:
- TingXD (chen19990627)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()intgetTitle()voidsetCurrentAmount(String currentAmount) voidsetDescription(String description) voidsetEndDate(Timestamp endDate) voidsetFundCategory(CategoryEntity fundCategory) voidsetFundPlan(List<FundPlan> fundPlan) voidsetFundProjPhotos(List<FundProjPhoto> fundProjPhotos) voidsetFundTag(TagEntity fundTag) voidvoidsetPostponeDate(Timestamp postponeDate) voidsetProjectID(int projectID) voidsetProjectID(Integer projectID) voidsetStartDate(Timestamp startDate) voidvoidsetTargetAmount(String targetAmount) voidsetThreshold(String threshold) void
-
Constructor Details
-
FundProj
public FundProj()
-
-
Method Details
-
getProjectID
public int getProjectID() -
setProjectID
public void setProjectID(int projectID) -
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getImage
-
setImage
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getTargetAmount
-
setTargetAmount
-
getCurrentAmount
-
setCurrentAmount
-
getThreshold
-
setThreshold
-
getPostponeDate
-
setPostponeDate
-
getFundCategory
-
setFundCategory
-
getFundTag
-
setFundTag
-
getFundProjPhotos
-
setFundProjPhotos
-
getFundPlan
-
setFundPlan
-
getFormattedStartDate
-
getFormattedEndDate
-
getFormattedPostponeDate
-
getStatus
-
setStatus
-
setProjectID
-