com.softwareag.centrasite.appl.framework.beans.standard.impl
Class SlotImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
All Implemented Interfaces:
Slot

public class SlotImpl
extends java.lang.Object
implements Slot


Constructor Summary
SlotImpl(javax.xml.registry.infomodel.Slot jaxrSlot)
          Constructor
 
Method Summary
 javax.xml.registry.infomodel.Slot getJaxrSlot()
          Get the the javax.xml.registry.infomodel.Slot instance wrapped by this object
 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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlotImpl

public SlotImpl(javax.xml.registry.infomodel.Slot jaxrSlot)
Constructor

Parameters:
jaxrSlot -
Method Detail

getName

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

Specified by:
getName in interface Slot
Returns:
String
Throws:
CSAppFrameworkException

getSlotType

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

Specified by:
getSlotType in interface Slot
Returns:
String
Throws:
CSAppFrameworkException

getValues

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

Specified by:
getValues in interface Slot
Returns:
Collection
Throws:
CSAppFrameworkException

setName

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

Specified by:
setName in interface Slot
Parameters:
name -
Throws:
CSAppFrameworkException

setSlotType

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

Specified by:
setSlotType in interface Slot
Parameters:
slotType -
Throws:
CSAppFrameworkException

setValues

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

Specified by:
setValues in interface Slot
Parameters:
values -
Throws:
CSAppFrameworkException

getJaxrSlot

public javax.xml.registry.infomodel.Slot getJaxrSlot()
Get the the javax.xml.registry.infomodel.Slot instance wrapped by this object

Returns:
javax.xml.registry.infomodel.Slot

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object