add api drp list rekomendasi
This commit is contained in:
@@ -26,6 +26,12 @@ public interface DrpApprovalView {
|
||||
Date getDirekturApproveDate();
|
||||
void setDirekturApproveDate(Date direkturApproveDate);
|
||||
|
||||
Boolean getIsPrint();
|
||||
void setIsPrint(Boolean isPrint);
|
||||
|
||||
Date getPrintDate();
|
||||
void setPrintDate(Date printDate);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@@ -20,4 +20,13 @@ public interface DrpRekomendasiView {
|
||||
String getRekomendasi();
|
||||
void setRekomendasiDate(String rekomendasi);
|
||||
|
||||
String getNomor();
|
||||
void setNomor(String nomor);
|
||||
|
||||
String getNamaPengadaan();
|
||||
void setNamaPengadaan(String namaPengadaan);
|
||||
|
||||
String getLevel();
|
||||
void setLevel(String level);
|
||||
|
||||
}
|
||||
|
@@ -1,5 +1,6 @@
|
||||
package com.iconplus.smartproc.model.projection;
|
||||
|
||||
import java.sql.Date;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
public interface DrpView {
|
||||
@@ -16,6 +17,12 @@ public interface DrpView {
|
||||
Timestamp getApproveDate();
|
||||
void setApproveDate(Timestamp approveDate);
|
||||
|
||||
Boolean getIsPrint();
|
||||
void setIsPrint(Boolean isPrint);
|
||||
|
||||
Date getPrintDate();
|
||||
void setPrintDate(Date printDate);
|
||||
|
||||
Boolean getIsActive();
|
||||
void setIsActive(Boolean isActive);
|
||||
|
||||
|
Reference in New Issue
Block a user