Subversion Repositories SmartDukaan

Rev

Rev 3024 | Rev 3106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3024 Rev 3088
Line 140... Line 140...
140
 
140
 
141
    public void setCustomerId(long customerId) {
141
    public void setCustomerId(long customerId) {
142
        this.customerId = customerId;
142
        this.customerId = customerId;
143
    }
143
    }
144
 
144
 
145
    public long getTicketId() {
145
    public Long getTicketId() {
146
        return ticketId;
146
        return ticketId;
147
    }
147
    }
148
 
148
 
149
    public void setTicketId(long ticketId) {
149
    public void setTicketId(Long ticketId) {
150
        this.ticketId = ticketId;
150
        this.ticketId = ticketId;
151
    }
151
    }
152
 
152
 
153
    public long getCreatorId() {
153
    public long getCreatorId() {
154
        return creatorId;
154
        return creatorId;