Compare commits

..

No commits in common. "c6b08f9ebbf0551fa6dccf4e998a1498467b94ac" and "de2eb243655126fc149a11031995d5ded57796e3" have entirely different histories.

4 changed files with 23 additions and 48 deletions

View File

@ -72,11 +72,6 @@ public class DetailsPatientCircle {
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
/** /**
* *
*/ */
@ -96,6 +91,29 @@ public class DetailsPatientCircle {
return detailsPatientCircleFounder; return detailsPatientCircleFounder;
} }
@Override
public String toString() {
return "DetailsPatientCircle{" +
"detailsPatientCircleId=" + detailsPatientCircleId +
", title='" + title + '\'' +
", publisherId=" + publisherId +
", diseaseId=" + diseaseId +
", departmentId=" + departmentId +
", detailsSymptoms='" + detailsSymptoms + '\'' +
", treatmentExperienceStartTime=" + treatmentExperienceStartTime +
", treatmentExperienceEndTime=" + treatmentExperienceEndTime +
", treatmentExperience='" + treatmentExperience + '\'' +
", relatedPictures='" + relatedPictures + '\'' +
", rewardAmount=" + rewardAmount +
", collectionQuantity=" + collectionQuantity +
", numberComments=" + numberComments +
", detailsPatientCircleFounder='" + detailsPatientCircleFounder + '\'' +
", detailsPatientCircleFounderTime=" + detailsPatientCircleFounderTime +
", detailsPatientCircleModificator='" + detailsPatientCircleModificator + '\'' +
", detailsPatientCircleModificatorTime=" + detailsPatientCircleModificatorTime +
'}';
}
public void setDetailsPatientCircleFounder(String detailsPatientCircleFounder) { public void setDetailsPatientCircleFounder(String detailsPatientCircleFounder) {
this.detailsPatientCircleFounder = detailsPatientCircleFounder; this.detailsPatientCircleFounder = detailsPatientCircleFounder;
} }
@ -251,35 +269,4 @@ public class DetailsPatientCircle {
public void setNumberComments(Long numberComments) { public void setNumberComments(Long numberComments) {
this.numberComments = numberComments; this.numberComments = numberComments;
} }
public Integer getDetailsPatientCircleStatus() {
return detailsPatientCircleStatus;
}
public void setDetailsPatientCircleStatus(Integer detailsPatientCircleStatus) {
this.detailsPatientCircleStatus = detailsPatientCircleStatus;
}
@Override
public String toString() {
return "DetailsPatientCircle{" +
"detailsPatientCircleId=" + detailsPatientCircleId +
", title='" + title + '\'' +
", publisherId=" + publisherId +
", diseaseId=" + diseaseId +
", departmentId=" + departmentId +
", detailsSymptoms='" + detailsSymptoms + '\'' +
", treatmentExperienceStartTime=" + treatmentExperienceStartTime +
", treatmentExperienceEndTime=" + treatmentExperienceEndTime +
", treatmentExperience='" + treatmentExperience + '\'' +
", relatedPictures='" + relatedPictures + '\'' +
", rewardAmount=" + rewardAmount +
", collectionQuantity=" + collectionQuantity +
", numberComments=" + numberComments +
", detailsPatientCircleStatus=" + detailsPatientCircleStatus +
", detailsPatientCircleFounder='" + detailsPatientCircleFounder + '\'' +
", detailsPatientCircleFounderTime=" + detailsPatientCircleFounderTime +
", detailsPatientCircleModificator='" + detailsPatientCircleModificator + '\'' +
", detailsPatientCircleModificatorTime=" + detailsPatientCircleModificatorTime +
'}';
}
} }

View File

@ -78,10 +78,6 @@ public class DetailsPatientCircleDetailCollection {
* *
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
//-------------------------------------------------------- //--------------------------------------------------------
//-------------------------------------------------------- //--------------------------------------------------------

View File

@ -77,10 +77,6 @@ public class DetailsPatientCircleDetailedReview {
* *
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
//------------------------------------------------------ //------------------------------------------------------
//------------------------------------------------------ //------------------------------------------------------

View File

@ -78,10 +78,6 @@ public class DetailsPatientCircleSymptomsDrugs {
* *
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
//---------------------------------------------------------- //----------------------------------------------------------
//---------------------------------------------------------- //----------------------------------------------------------