|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v2.domain.WsPropertyList
public class WsPropertyList
This is a list of WsPropertyEntry values.
WsPropertyEntry| Constructor Summary | |
|---|---|
WsPropertyList()
Creates an empty WsPropertyList object. |
|
WsPropertyList(java.lang.Integer scope,
java.lang.Integer refId,
java.util.Map<java.lang.String,WsPropertyEntry> properties)
Creates a new WsPropertyList object from the given scope, ref id and property map. |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,WsPropertyEntry> |
getProperties()
Gets the property list's map of property entries. |
java.lang.Integer |
getRefId()
Gets the property list's reference id. |
java.lang.Integer |
getScope()
Gets the property list's scope. |
void |
setProperties(java.util.Map<java.lang.String,WsPropertyEntry> properties)
Sets the property list's map of property entries. |
void |
setRefId(java.lang.Integer refId)
Sets the property list's reference id. |
void |
setScope(java.lang.Integer scope)
Set's the property list's scope. |
java.lang.String |
toString()
Gets a string representation of this property list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsPropertyList()
public WsPropertyList(java.lang.Integer scope,
java.lang.Integer refId,
java.util.Map<java.lang.String,WsPropertyEntry> properties)
scope - scope of the property listrefId - reference idproperties - list of property entries| Method Detail |
|---|
public java.lang.Integer getScope()
WsScopepublic void setScope(java.lang.Integer scope)
scope - the scope of the property listWsScopepublic java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
refId - reference idpublic java.util.Map<java.lang.String,WsPropertyEntry> getProperties()
public void setProperties(java.util.Map<java.lang.String,WsPropertyEntry> properties)
properties - list of property entriespublic 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 | |||||||||