com.softwareag.centrasite.appl.framework.mapping
Class Slots

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.mapping.BaseProperty
      extended by com.softwareag.centrasite.appl.framework.mapping.Slots
All Implemented Interfaces:
Property

public class Slots
extends BaseProperty


Constructor Summary
Slots()
           
 
Method Summary
 java.lang.String getSlotNameProperty()
           
 java.lang.String getSlotTypeProperty()
           
 java.lang.String getSlotValuesProperty()
           
 void setSlotNameProperty(java.lang.String slotNameProperty)
           
 void setSlotTypeProperty(java.lang.String slotTypeProperty)
           
 void setSlotValuesProperty(java.lang.String slotValuesProperty)
           
 
Methods inherited from class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slots

public Slots()
Method Detail

getSlotNameProperty

public java.lang.String getSlotNameProperty()
Returns:
the slotNameProperty

setSlotNameProperty

public void setSlotNameProperty(java.lang.String slotNameProperty)
Parameters:
slotNameProperty - the slotNameProperty to set

getSlotTypeProperty

public java.lang.String getSlotTypeProperty()
Returns:
the slotTypeProperty

setSlotTypeProperty

public void setSlotTypeProperty(java.lang.String slotTypeProperty)
Parameters:
slotTypeProperty - the slotTypeProperty to set

getSlotValuesProperty

public java.lang.String getSlotValuesProperty()
Returns:
the slotValuesProperty

setSlotValuesProperty

public void setSlotValuesProperty(java.lang.String slotValuesProperty)
Parameters:
slotValuesProperty - the slotValuesProperty to set