Package com.openkm.sdk4j.bean
Class ProposedQuerySent
- java.lang.Object
-
- com.openkm.sdk4j.bean.ProposedQuerySent
-
- All Implemented Interfaces:
Serializable
public class ProposedQuerySent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProposedQuerySent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetFrom()longgetId()CalendargetSentDate()StringgetTo()StringgetUser()voidsetComment(String comment)voidsetFrom(String from)voidsetId(long id)voidsetSentDate(Calendar sentDate)voidsetTo(String to)voidsetUser(String user)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getFrom
public String getFrom()
-
setFrom
public void setFrom(String from)
-
getTo
public String getTo()
-
setTo
public void setTo(String to)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getSentDate
public Calendar getSentDate()
-
setSentDate
public void setSentDate(Calendar sentDate)
-
-