Class Macro
- java.lang.Object
-
- org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
public class Macro extends java.lang.Object
Macro datamodel.
-
-
Constructor Summary
Constructors Constructor Description Macro()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetResponse()java.lang.StringgetTitle()intgetType()voidsetDescription(java.lang.String description)voidsetResponse(java.lang.String response)voidsetTitle(java.lang.String title)voidsetType(int type)
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
Macro
public Macro()
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getResponse
public java.lang.String getResponse()
-
setResponse
public void setResponse(java.lang.String response)
-
getType
public int getType()
-
setType
public void setType(int type)
-
-