Class AuditNotifyEntity

java.lang.Object
sk.iway.iwcm.system.audit.jpa.AuditNotifyEntity

@Entity public class AuditNotifyEntity extends Object
  • Constructor Details

    • AuditNotifyEntity

      public AuditNotifyEntity()
  • Method Details

    • getId

      public Long getId()
    • getAdminlogType

      public Integer getAdminlogType()
    • getText

      public String getText()
    • getEmail

      public String getEmail()
    • setId

      public void setId(Long id)
    • setAdminlogType

      public void setAdminlogType(Integer adminlogType)
    • setText

      public void setText(String text)
    • setEmail

      public void setEmail(String email)