com.atlassian.jira.portal
Interface PortletConfiguration

All Superinterfaces:
java.lang.Comparable, com.atlassian.configurable.ObjectConfigurable
All Known Implementing Classes:
PortletConfigurationImpl

public interface PortletConfiguration
extends java.lang.Comparable, com.atlassian.configurable.ObjectConfigurable


Method Summary
 java.lang.Integer getColumn()
           
 org.ofbiz.core.entity.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
 
Methods inherited from interface com.atlassian.configurable.ObjectConfigurable
getDefaultProperty, getObjectConfiguration, getProperties, getProperty, hasProperty
 

Method Detail

getGenericValue

public org.ofbiz.core.entity.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)


Copyright © 2002-2003 Atlassian. All Rights Reserved.