public class AutoReply extends Object
Constructor and Description |
---|
AutoReply() |
Modifier and Type | Method and Description |
---|---|
long |
getAutoReplyId()
Gets the AutoReply id
|
String |
getMessage()
Gets the actual auto replies.
|
long |
getUserTypeId()
Gets the UserType id.
|
void |
setAutoReplyId(long autoReplyId)
Sets the AutoReply id
|
void |
setMessage(String message)
Sets the actual auto replies.
|
void |
setUserTypeId(long userTypeId)
Sets the UserType id.
|
String |
toString() |
public long getAutoReplyId()
public void setAutoReplyId(long autoReplyId)
autoReplyId
- , a long that represents the idpublic String getMessage()
public void setMessage(String message)
message
- , a String that is the message making up the AutoReplypublic long getUserTypeId()
public void setUserTypeId(long userTypeId)
userTypeId
- , a long that represents the User Type Id