|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
public class SlotImpl
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 |
---|
public SlotImpl(javax.xml.registry.infomodel.Slot jaxrSlot)
jaxrSlot
- Method Detail |
---|
public java.lang.String getName() throws CSAppFrameworkException
getName
in interface Slot
CSAppFrameworkException
public java.lang.String getSlotType() throws CSAppFrameworkException
getSlotType
in interface Slot
CSAppFrameworkException
public java.util.Collection<java.lang.String> getValues() throws CSAppFrameworkException
getValues
in interface Slot
CSAppFrameworkException
public void setName(java.lang.String name) throws CSAppFrameworkException
setName
in interface Slot
name
-
CSAppFrameworkException
public void setSlotType(java.lang.String slotType) throws CSAppFrameworkException
setSlotType
in interface Slot
slotType
-
CSAppFrameworkException
public void setValues(java.util.Collection<java.lang.String> values) throws CSAppFrameworkException
setValues
in interface Slot
values
-
CSAppFrameworkException
public javax.xml.registry.infomodel.Slot getJaxrSlot()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |