|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.EntryConfig
This is an object that stores entry element that represents a name value pair after parsing the bridgetown XML configuration file.
| Field Summary | |
protected java.lang.String |
key
The key for this entry |
protected ValueReferenceConfig |
valueRef
the value reference configuration for this entry |
| Constructor Summary | |
EntryConfig()
Default constructor |
|
| Method Summary | |
java.lang.String |
getKey()
Gets the key |
ValueReferenceConfig |
getValueRef()
Gets the value |
void |
setKey(java.lang.String key)
Sets the key |
void |
setRefService(java.lang.String refServBean)
Convenience method to set the reference service (bean name) for the entry config |
void |
setValue(java.lang.Object itemValue)
Convenience method to set the item value for the entry config |
void |
setValueFromCollectionConfig(ICollectionConfig collectionConfig)
Sets the value of the property from a collection configuration |
void |
setValueFromMapConfig(MapConfig mapConfig)
Sets the value of the property from a map configuration |
void |
setValueRef(ValueReferenceConfig valueRef)
Sets the value |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String key
protected ValueReferenceConfig valueRef
| Constructor Detail |
public EntryConfig()
| Method Detail |
public java.lang.String getKey()
public void setKey(java.lang.String key)
key - The key to set.public ValueReferenceConfig getValueRef()
public void setValueRef(ValueReferenceConfig valueRef)
public void setValue(java.lang.Object itemValue)
itemValue - the item valuepublic void setRefService(java.lang.String refServBean)
refServBean - the reference bean namepublic void setValueFromCollectionConfig(ICollectionConfig collectionConfig)
setValueFromCollectionConfig in interface IAnonymousCollectionMutatorcollectionConfig - the collection configurationpublic void setValueFromMapConfig(MapConfig mapConfig)
setValueFromMapConfig in interface IAnonymousMapMutatormapConfig - public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||