Interface IAuditFields
-
public interface IAuditFields
- Author:
- FMARSLAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCreatedBy()
Date
getCreatedDate()
String
getUpdatedBy()
Date
getUpdatedDate()
void
setCreatedBy(String createdBy)
void
setCreatedDate(Date createdDate)
void
setUpdatedBy(String updatedBy)
void
setUpdatedDate(Date updatedDate)
-
-
-
Method Detail
-
getCreatedBy
String getCreatedBy()
-
setCreatedBy
void setCreatedBy(String createdBy)
-
getCreatedDate
Date getCreatedDate()
-
setCreatedDate
void setCreatedDate(Date createdDate)
-
getUpdatedBy
String getUpdatedBy()
-
setUpdatedBy
void setUpdatedBy(String updatedBy)
-
getUpdatedDate
Date getUpdatedDate()
-
setUpdatedDate
void setUpdatedDate(Date updatedDate)
-
-