atg.portal.framework
Interface RegionDefinition


public interface RegionDefinition

Represents a region definition


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 RegionHeightEnum getHeight()
          Access the height of the region definition
 java.lang.String getId()
          Access the id of the region definition
 java.lang.String getName()
          Access the name of the region definition
 RegionWidthEnum getWidth()
          Access the width of the region definition
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
Access the id of the region definition

Returns:
an id

getName

java.lang.String getName()
Access the name of the region definition

Returns:
an name

getWidth

RegionWidthEnum getWidth()
Access the width of the region definition

Returns:
the width

getHeight

RegionHeightEnum getHeight()
Access the height of the region definition

Returns:
the height