Compare commits

..

No commits in common. "dcd802e35bfbe8bedd5e7d4e40e9c77100c17a48" and "4061363fea4e7a8cda52e9d750d0ae07b7f0fce9" have entirely different histories.

1 changed files with 21 additions and 25 deletions

View File

@ -32,31 +32,6 @@ public class DetailCollection {
*/
private Integer detailCollectionStatus;
/**
*
* @return
*/
private String detailCollectionFounder;
/**
*
* @return
*/
private Date detailCollectionFounderTime;
/**
*
* @return
*/
private String detailCollectionModificator;
/**
*
* @return
*/
private Date detailCollectionModificatorTime;
@Override
public String toString() {
return "DetailCollection{" +
@ -80,6 +55,17 @@ public class DetailCollection {
this.detailCollectionStatus = detailCollectionStatus;
}
/**
*
* @return
*/
private String detailCollectionFounder;
/**
*
* @return
*/
private Date detailCollectionFounderTime;
public String getDetailCollectionFounder() {
return detailCollectionFounder;
@ -113,7 +99,17 @@ public class DetailCollection {
this.detailCollectionModificatorTime = detailCollectionModificatorTime;
}
/**
*
* @return
*/
private String detailCollectionModificator;
/**
*
* @return
*/
private Date detailCollectionModificatorTime;
public Long getDetailCollectionId() {
return detailCollectionId;