Liferay 6.0.5

com.liferay.portlet.messageboards.util
Class BBCodeTag

java.lang.Object
  extended by com.liferay.portlet.messageboards.util.BBCodeTag

public class BBCodeTag
extends Object


Constructor Summary
BBCodeTag()
           
 
Method Summary
 String getElement()
           
 int getEndPos()
           
 String getParameter()
           
 int getStartPos()
           
 boolean hasElement()
           
 boolean hasParameter()
           
 void setElement(String element)
           
 void setEndPos(int pos)
           
 void setParameter(String parameter)
           
 void setStartPos(int pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBCodeTag

public BBCodeTag()
Method Detail

getElement

public String getElement()

setElement

public void setElement(String element)

hasElement

public boolean hasElement()

getEndPos

public int getEndPos()

setEndPos

public void setEndPos(int pos)

getParameter

public String getParameter()

setParameter

public void setParameter(String parameter)

hasParameter

public boolean hasParameter()

getStartPos

public int getStartPos()

setStartPos

public void setStartPos(int pos)

Liferay 6.0.5