public class WsPropertyList extends Object
WsPropertyEntry values.WsPropertyEntry| Constructor and Description |
|---|
WsPropertyList()
Creates an empty WsPropertyList object.
|
WsPropertyList(Integer scope,
Integer refId,
Map<String,WsPropertyEntry> properties)
Creates a new WsPropertyList object from the given scope, ref id and
property map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,WsPropertyEntry> |
getProperties()
Gets the property list's map of property entries.
|
Integer |
getRefId()
Gets the property list's reference id.
|
Integer |
getScope()
Gets the property list's scope.
|
void |
setProperties(Map<String,WsPropertyEntry> properties)
Sets the property list's map of property entries.
|
void |
setRefId(Integer refId)
Sets the property list's reference id.
|
void |
setScope(Integer scope)
Set's the property list's scope.
|
String |
toString()
Gets a string representation of this property list.
|
public WsPropertyList()
public WsPropertyList(Integer scope, Integer refId, Map<String,WsPropertyEntry> properties)
scope - scope of the property listrefId - reference idproperties - list of property entriespublic void setScope(Integer scope)
scope - the scope of the property listWsScopepublic Integer getRefId()
public void setRefId(Integer refId)
refId - reference idpublic Map<String,WsPropertyEntry> getProperties()
public void setProperties(Map<String,WsPropertyEntry> properties)
properties - list of property entriesCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.