org.jivesoftware.smackx.workgroup.agent
Class OfferContent

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.agent.OfferContent
Direct Known Subclasses:
InvitationRequest, TransferRequest, UserRequest

public abstract class OfferContent
extends java.lang.Object

Type of content being included in the offer. The content actually explains the reason the agent is getting an offer.

Author:
Gaston Dombiak

Constructor Summary
OfferContent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfferContent

public OfferContent()