| | |
| | | */ |
| | | |
| | | public class StyleEntity implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 2421229801055033955L; |
| | | |
| | | private int id; |
| | |
| | | |
| | | private String descr; |
| | | |
| | | private String fname; |
| | | |
| | | private String fileGuid; |
| | | |
| | | private String vname; |
| | | |
| | | private String viewGuid; |
| | | |
| | | private String createUser; |
| | | private int createUser; |
| | | |
| | | private Timestamp createTime; |
| | | |
| | |
| | | this.viewGuid = viewGuid; |
| | | } |
| | | |
| | | public String getCreateUser() { |
| | | public int getCreateUser() { |
| | | return createUser; |
| | | } |
| | | |
| | | public void setCreateUser(String createUser) { |
| | | public void setCreateUser(int createUser) { |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | |
| | | public void setBak(String bak) { |
| | | this.bak = bak; |
| | | } |
| | | |
| | | public String getFname() { |
| | | return fname; |
| | | } |
| | | |
| | | public void setFname(String fname) { |
| | | this.fname = fname; |
| | | } |
| | | |
| | | public String getVname() { |
| | | return vname; |
| | | } |
| | | |
| | | public void setVname(String vname) { |
| | | this.vname = vname; |
| | | } |
| | | } |