44454647484950
public void setName(String name) { this.name = name; } public Attachment toEntity() { return new Attachment(this); }