org.infoglue.deliver.applications.databeans
Class ComponentRestriction

java.lang.Object
  extended by 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.

Constructor Summary
ComponentRestriction()
           
 
Method Summary
 java.lang.String getArguments()
           
 java.lang.String getSlotId()
           
 java.lang.String getType()
           
 void setArguments(java.lang.String arguments)
           
 void setSlotId(java.lang.String slotId)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentRestriction

public ComponentRestriction()
Method Detail

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.