Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.sourceformatter
Class JavaTerm

java.lang.Object
  extended by com.liferay.portal.tools.sourceformatter.JavaTerm

public class JavaTerm
extends Object


Constructor Summary
JavaTerm(String name, int type, List<String> parameterTypes, String content, int lineCount)
           
 
Method Summary
 String getContent()
           
 int getLineCount()
           
 String getName()
           
 List<String> getParameterTypes()
           
 int getType()
           
 void setContent(String content)
           
 void setLineCount(int lineCount)
           
 void setName(String name)
           
 void setParameterTypes(List<String> parameterTypes)
           
 void setType(int type)
           
 void sortAnnotations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTerm

public JavaTerm(String name,
                int type,
                List<String> parameterTypes,
                String content,
                int lineCount)
Method Detail

getContent

public String getContent()

getLineCount

public int getLineCount()

getName

public String getName()

getParameterTypes

public List<String> getParameterTypes()

getType

public int getType()

setContent

public void setContent(String content)

setLineCount

public void setLineCount(int lineCount)

setName

public void setName(String name)

setParameterTypes

public void setParameterTypes(List<String> parameterTypes)

setType

public void setType(int type)

sortAnnotations

public void sortAnnotations()
                     throws IOException
Throws:
IOException

Liferay 6.1.2-ce-ga3