org.openmobileis.modules.common.data
Interface GlobalProperty

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultGlobalProperty

public interface GlobalProperty
extends java.io.Serializable

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
static long serialVersionUID
           
 
Method Summary
 java.lang.String getPropertyKey()
           
 java.lang.String getPropertyValue()
           
 java.lang.String getServiceProperty()
           
 void setPropertyValue(java.lang.String value)
           
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getServiceProperty

public java.lang.String getServiceProperty()

getPropertyKey

public java.lang.String getPropertyKey()

getPropertyValue

public java.lang.String getPropertyValue()

setPropertyValue

public void setPropertyValue(java.lang.String value)


Copyright 2006 OpenMobileIS. All Rights Reserved.