org.infoglue.deliver.applications.databeans
Class ComponentRestriction
java.lang.Object
org.infoglue.deliver.applications.databeans.ComponentRestriction
public class ComponentRestriction
- extends java.lang.Object
- Author:
- mattias
This class represents a slot in a page component structure.
A slot can contain any number of components.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentRestriction
public ComponentRestriction()
getArguments
public java.lang.String getArguments()
setArguments
public void setArguments(java.lang.String arguments)
getSlotId
public java.lang.String getSlotId()
setSlotId
public void setSlotId(java.lang.String slotId)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
Copyright © 2005 InfoGlue.org All Rights Reserved.