Class FundProjDTO
java.lang.Object
com.eeit87t3.tickiteasy.cwdfunding.entity.FundProjDTO
- Author:
- TingXD (chen19990627)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()getTagId()getTitle()voidsetCategoryId(Integer categoryId) voidsetCategoryName(String categoryName) voidsetCategoryString(String categoryString) voidsetCurrentAmount(String currentAmount) voidsetDescription(String description) voidsetEndDate(LocalDateTime endDate) voidsetFundplanList(List<FundPlanDTO> fundplanList) voidvoidsetImageFile(MultipartFile imageFile) voidsetParticipants(Integer participants) voidsetPostponeDate(LocalDateTime postponeDate) voidsetProjectID(Integer projectID) voidsetStartDate(LocalDateTime startDate) voidvoidvoidsetTagName(String tagName) voidsetTagString(String tagString) voidsetTargetAmount(String targetAmount) voidsetThreshold(String threshold) void
-
Constructor Details
-
FundProjDTO
public FundProjDTO()
-
-
Method Details
-
getProjectID
-
setProjectID
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getImage
-
setImage
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getTargetAmount
-
setTargetAmount
-
getCurrentAmount
-
setCurrentAmount
-
getThreshold
-
setThreshold
-
getPostponeDate
-
setPostponeDate
-
getCategoryString
-
setCategoryString
-
getTagString
-
setTagString
-
getCategoryName
-
setCategoryName
-
getTagName
-
setTagName
-
getCategoryId
-
setCategoryId
-
getTagId
-
setTagId
-
getFundplanList
-
setFundplanList
-
getImageFile
-
setImageFile
-
getStatus
-
setStatus
-
getParticipants
-
setParticipants
-