com.softwareag.centrasite.appl.framework.beans.standard
Interface Slot

All Known Implementing Classes:
SlotImpl

public interface Slot


Method Summary
 java.lang.String getName()
          Gets the name for this Slot.
 java.lang.String getSlotType()
          Gets the slotType for this Slot.
 java.util.Collection<java.lang.String> getValues()
          Gets the values for this Slot.
 void setName(java.lang.String name)
          Sets the name for this Slot.
 void setSlotType(java.lang.String slotType)
          Sets the slotType for this Slot.
 void setValues(java.util.Collection<java.lang.String> values)
          Sets the values for this Slot.
 

Method Detail

getName

java.lang.String getName()
                         throws CSAppFrameworkException
Gets the name for this Slot.

Returns:
String
Throws:
CSAppFrameworkException

getSlotType

java.lang.String getSlotType()
                             throws CSAppFrameworkException
Gets the slotType for this Slot.

Returns:
String
Throws:
CSAppFrameworkException

getValues

java.util.Collection<java.lang.String> getValues()
                                                 throws CSAppFrameworkException
Gets the values for this Slot.

Returns:
Collection
Throws:
CSAppFrameworkException

setName

void setName(java.lang.String name)
             throws CSAppFrameworkException
Sets the name for this Slot.

Parameters:
name -
Throws:
CSAppFrameworkException

setSlotType

void setSlotType(java.lang.String slotType)
                 throws CSAppFrameworkException
Sets the slotType for this Slot.

Parameters:
slotType -
Throws:
CSAppFrameworkException

setValues

void setValues(java.util.Collection<java.lang.String> values)
               throws CSAppFrameworkException
Sets the values for this Slot.

Parameters:
values -
Throws:
CSAppFrameworkException