org.jivesoftware.smackx.workgroup.ext.macros
Class Macro
java.lang.Object
   org.jivesoftware.smackx.workgroup.ext.macros.Macro
org.jivesoftware.smackx.workgroup.ext.macros.Macro
- public class Macro 
- extends Object
Macro datamodel.
| Field Summary | 
| static int | IMAGE
 | 
| static int | TEXT
 | 
| static int | URL
 | 
 
| Constructor Summary | 
| Macro()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
URL
public static final int URL
- See Also:
- Constant Field Values
IMAGE
public static final int IMAGE
- See Also:
- Constant Field Values
Macro
public Macro()
getTitle
public String getTitle()
- 
 
setTitle
public void setTitle(String title)
- 
 
getDescription
public String getDescription()
- 
 
setDescription
public void setDescription(String description)
- 
 
getResponse
public String getResponse()
- 
 
setResponse
public void setResponse(String response)
- 
 
getType
public int getType()
- 
 
setType
public void setType(int type)
- 
 
Copyright © 2003-2007 Jive Software.