|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--context.arch.service.helper.ServiceDescription
This class implements a service description object.
Services
Field Summary | |
static java.lang.String |
SERVICE
Tag for a service |
static java.lang.String |
SERVICE_NAME
Tag for a service name |
Constructor Summary | |
ServiceDescription(DataObject data)
Basic constructor that creates a service object from a DataObject. |
|
ServiceDescription(java.lang.String name,
FunctionDescriptions descriptions)
Basic constructor that creates a service object. |
Method Summary | |
FunctionDescriptions |
getFunctionDescriptions()
Returns the function descriptions |
java.lang.String |
getName()
Returns the service name |
void |
setFunctionDescriptions(FunctionDescriptions descriptions)
Sets the function descriptions |
void |
setName(java.lang.String name)
Sets the service name |
DataObject |
toDataObject()
This method converts the service info to a DataObject |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String SERVICE
public static final java.lang.String SERVICE_NAME
Constructor Detail |
public ServiceDescription(java.lang.String name, FunctionDescriptions descriptions)
name
- Name of the servicepublic ServiceDescription(DataObject data)
data
- DataObject containing the service description infoMethod Detail |
public DataObject toDataObject()
public void setName(java.lang.String name)
name
- Name of the servicepublic java.lang.String getName()
public void setFunctionDescriptions(FunctionDescriptions descriptions)
descriptions
- Function descriptions for the servicepublic FunctionDescriptions getFunctionDescriptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |