public static class CmsDetailOnlyContainerPageBuilder.ContainerInfo extends java.lang.Object
| Constructor and Description |
|---|
ContainerInfo(java.lang.String name)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(CmsResource resource)
Adds a container element resource.
|
java.lang.String |
getEffectiveType()
Gets the effective container type.
|
int |
getEffectiveWidth()
Gets the effective container width.
|
java.lang.String |
getName()
Gets the container name.
|
java.util.List<CmsResource> |
getResources()
Gets the container element resources.
|
java.lang.String |
getType()
Returns the type.
|
java.lang.String |
getWidth()
Returns the width.
|
void |
setType(java.lang.String type)
Sets the type.
|
void |
setWidth(java.lang.String width)
Sets the width.
|
public ContainerInfo(java.lang.String name)
name - the container namepublic void addResource(CmsResource resource)
resource - the container element resourcepublic java.lang.String getEffectiveType()
public int getEffectiveWidth()
public java.lang.String getName()
public java.util.List<CmsResource> getResources()
public java.lang.String getType()
public java.lang.String getWidth()
public void setType(java.lang.String type)
type - the type to setpublic void setWidth(java.lang.String width)
width - the width to set