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, getKey, getLongProperty, getObjectConfiguration, getProperties, getProperty, hasProperty
 

Method Detail

getGenericValue

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

getId

java.lang.Long getId()

getPortlet

Portlet getPortlet()

getColumn

java.lang.Integer getColumn()

setColumn

void setColumn(java.lang.Integer column)

getRow

java.lang.Integer getRow()

setRow

void setRow(java.lang.Integer row)


Copyright © 2002-2006 Atlassian. All Rights Reserved.