com.atlassian.jira.portal
Interface PortletConfiguration

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

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


Method Summary
 Integer getColumn()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getId()
           
 Portlet getPortlet()
           
 Integer getRow()
           
 void setColumn(Integer column)
           
 void setRow(Integer row)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.atlassian.configurable.ObjectConfigurable
getDefaultProperty, getKey, getLongProperty, getObjectConfiguration, getProperties, getProperty, getTextProperty, hasProperty
 

Method Detail

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()

getId

public Long getId()

getPortlet

public Portlet getPortlet()

getColumn

public Integer getColumn()

setColumn

public void setColumn(Integer column)

getRow

public Integer getRow()

setRow

public void setRow(Integer row)


Copyright © 2002-2006 Atlassian. All Rights Reserved.