public class UserComment extends Object implements IDataTransferModel
Constructor and Description |
---|
UserComment() |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
getAccountTransfer() |
long |
getCommentDate() |
long |
getEntryId() |
long |
getId() |
String |
getMessage() |
long |
getModified() |
ArrayList<PartSample> |
getSamples() |
void |
setAccountTransfer(AccountTransfer accountTransfer) |
void |
setCommentDate(long commentDate) |
void |
setEntryId(long entryId) |
void |
setId(long id) |
void |
setMessage(String message) |
void |
setModified(long modified) |
void |
setSamples(ArrayList<PartSample> samples) |
public AccountTransfer getAccountTransfer()
public void setAccountTransfer(AccountTransfer accountTransfer)
public String getMessage()
public void setMessage(String message)
public long getCommentDate()
public void setCommentDate(long commentDate)
public long getEntryId()
public void setEntryId(long entryId)
public long getId()
public void setId(long id)
public long getModified()
public void setModified(long modified)
public ArrayList<PartSample> getSamples()
public void setSamples(ArrayList<PartSample> samples)
Copyright © 2017. All rights reserved.