Class Service
java.lang.Object
com.almis.awe.model.entities.services.Service
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Service Class
Used to parse the tag 'service' in file Services.xml with XStream
This file contains the list of application service
- Author:
- Pablo GARCIA - 25/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementgetType()
Returns the defined servicevoid
setType
(ServiceType type) Stores the defined service
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
getType
Returns the defined service- Returns:
- Defined service
-
setType
Stores the defined service- Parameters:
type
- service type
-
getElementKey
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-