com.atlassian.jira.portal
Interface PortletConfiguration

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
PortletConfigurationImpl

public interface PortletConfiguration
extends java.lang.Comparable


Method Summary
 java.lang.Integer getColumn()
           
 GenericValue getGenericValue()
           
 java.lang.Long getId()
           
 Portlet getPortlet()
           
 java.lang.Integer getRow()
           
 void setColumn(java.lang.Integer column)
           
 void setRow(java.lang.Integer row)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getGenericValue

public GenericValue getGenericValue()

getId

public java.lang.Long getId()

getPortlet

public Portlet getPortlet()

getColumn

public java.lang.Integer getColumn()

setColumn

public void setColumn(java.lang.Integer column)

getRow

public java.lang.Integer getRow()

setRow

public void setRow(java.lang.Integer row)