Mule GetSatisfaction Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.module.getsatisfaction
org.mule.module.getsatisfaction.adapters
org.mule.module.getsatisfaction.agents
org.mule.module.getsatisfaction.config
org.mule.module.getsatisfaction.connectivity
org.mule.module.getsatisfaction.model
org.mule.module.getsatisfaction.model.holders
org.mule.module.getsatisfaction.model.transformers
org.mule.module.getsatisfaction.process
org.mule.module.getsatisfaction.processors
org.mule.module.getsatisfaction.transformers
Classes
Author
Emotitag
JsonGetSatisfactionDateDeserializer
Post
Product
Reply
SearchResults
<T>
Topic
User
Enums
ReplyFilterCriteria
SortCriteria
Status
Style
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Product
extends Object
implements Serializable
java.lang.Object
↳
org.mule.module.getsatisfaction.model.Product
Summary
Fields
private long
id
private String
name
Public Constructors
Product
()
Product
(String name)
Public Methods
long
getId
()
String
getName
()
void
setId
(long id)
void
setName
(String name)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private long
id
private String
name
Public Constructors
public
Product
()
public
Product
(String name)
Parameters
name
Public Methods
public long
getId
()
public String
getName
()
public void
setId
(long id)
Parameters
id
public void
setName
(String name)
Parameters
name