org.openmobileis.modules.crm.data.common
Class DefaultGlobalProperty

java.lang.Object
  extended byorg.openmobileis.modules.crm.data.common.DefaultGlobalProperty
All Implemented Interfaces:
GlobalProperty, java.io.Serializable

public class DefaultGlobalProperty
extends java.lang.Object
implements GlobalProperty

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
Serialized Form

Field Summary
protected  java.lang.String propertyKey
           
protected  java.lang.String propertyValue
           
protected  java.lang.String servicePropery
           
 
Constructor Summary
DefaultGlobalProperty(java.lang.String service, java.lang.String key)
           
 
Method Summary
 java.lang.String getPropertyKey()
           
 java.lang.String getPropertyValue()
           
 java.lang.String getServiceProperty()
           
 void setPropertyValue(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicePropery

protected java.lang.String servicePropery

propertyKey

protected java.lang.String propertyKey

propertyValue

protected java.lang.String propertyValue
Constructor Detail

DefaultGlobalProperty

public DefaultGlobalProperty(java.lang.String service,
                             java.lang.String key)
Method Detail

getPropertyKey

public java.lang.String getPropertyKey()
Specified by:
getPropertyKey in interface GlobalProperty
Returns:

getPropertyValue

public java.lang.String getPropertyValue()
Specified by:
getPropertyValue in interface GlobalProperty
Returns:

getServiceProperty

public java.lang.String getServiceProperty()
Specified by:
getServiceProperty in interface GlobalProperty
Returns:

setPropertyValue

public void setPropertyValue(java.lang.String string)
Specified by:
setPropertyValue in interface GlobalProperty
Parameters:
string -


Copyright 2005 e-Care. All Rights Reserved.