| | |
| | | @Entity |
| | | public class MediaTypeAlias { |
| | | @Id(autoincrement = true) |
| | | private long id; |
| | | private Long id; |
| | | @Property |
| | | private int sceneTypeId; |
| | | @Property |
| | |
| | | private String typeName; |
| | | @Property |
| | | private String alias; |
| | | @Generated(hash = 1531076614) |
| | | public MediaTypeAlias(long id, int sceneTypeId, int typeId, String typeName, |
| | | @Generated(hash = 626593863) |
| | | public MediaTypeAlias(Long id, int sceneTypeId, int typeId, String typeName, |
| | | String alias) { |
| | | this.id = id; |
| | | this.sceneTypeId = sceneTypeId; |
| | |
| | | @Generated(hash = 849869520) |
| | | public MediaTypeAlias() { |
| | | } |
| | | public long getId() { |
| | | public Long getId() { |
| | | return this.id; |
| | | } |
| | | public void setId(long id) { |
| | |
| | | public void setAlias(String alias) { |
| | | this.alias = alias; |
| | | } |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | } |