|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v2.domain.WsPropertyEntry
public class WsPropertyEntry
This object represents a property entry. Property entries are used to store several kinds of system variables.
| Field Summary | |
|---|---|
static java.lang.Integer |
PROPERTY_TYPE_BOOLEAN
This declares that the value of the property entry is a boolean value and should be parsed accordingly. |
static java.lang.Integer |
PROPERTY_TYPE_STRING
This declares that the value of the property entry is a string value. |
| Constructor Summary | |
|---|---|
WsPropertyEntry()
Creates an empty WsPropertyEntry object. |
|
WsPropertyEntry(java.lang.Integer scope,
java.lang.Integer refId,
java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.Integer propertyType)
Creates a new WsPropertyEntry object from the given scope, refId, name, value and type. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getId()
Gets this property entry's id. |
java.lang.String |
getPropertyName()
Gets the full name of the property entry (i.e. |
java.lang.Integer |
getPropertyType()
Gets the type of the property entry. |
java.lang.String |
getPropertyValue()
Gets the value for the property entry. |
java.lang.Integer |
getRefId()
Gets the reference id of this property entry. |
java.lang.Integer |
getScope()
Gets the scope of this property entry. |
void |
setId(java.lang.Integer id)
Sets this property entry's id. |
void |
setPropertyName(java.lang.String propertyName)
Sets the full name of the property entry. |
void |
setPropertyType(java.lang.Integer propertyType)
Sets the type of the property entry. |
void |
setPropertyValue(java.lang.String propertyValue)
Sets the value for the property entry. |
void |
setRefId(java.lang.Integer refId)
Sets the reference id of this property entry. |
void |
setScope(java.lang.Integer scope)
Sets the scope of this property entry. |
java.lang.String |
toString()
Gets a string representation of this property entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Integer PROPERTY_TYPE_STRING
public static final java.lang.Integer PROPERTY_TYPE_BOOLEAN
| Constructor Detail |
|---|
public WsPropertyEntry()
public WsPropertyEntry(java.lang.Integer scope,
java.lang.Integer refId,
java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.Integer propertyType)
scope - scope of the property entryrefId - reference idpropertyName - name of the property entrypropertyValue - value of the property entrypropertyType - type of the
property entry| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - property entry idpublic java.lang.Integer getScope()
WsScopepublic void setScope(java.lang.Integer scope)
scope - property entry scopeWsScopepublic java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
refId - property entry reference idpublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - property entry namepublic java.lang.String getPropertyValue()
public void setPropertyValue(java.lang.String propertyValue)
propertyValue - a string of the property entry valuepublic java.lang.Integer getPropertyType()
public void setPropertyType(java.lang.Integer propertyType)
propertyType - the type of the property entrypublic 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 | |||||||||