org.systinet.wasp.dd
Interface AttributablePart

All Superinterfaces:
DeploymentPart
All Known Subinterfaces:
ServiceClient, ServiceEndpoint, ServiceInstance

public interface AttributablePart
extends DeploymentPart

Part of deployment descriptor that can contain a Attributes.

Since:
4.6
Component:
Core

Method Summary
 Attributes getAttributes()
          Returns the part attributes.
 Attributes newAttributes()
          Creates the new part attributes.
 void setAttributes(Attributes attributes)
          Sets the part attributes
 
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart
getDeploymentDescriptor
 

Method Detail

getAttributes

public Attributes getAttributes()
Returns the part attributes.

Returns:
the part attributes

setAttributes

public void setAttributes(Attributes attributes)
Sets the part attributes

Parameters:
attributes - the part attributes

newAttributes

public Attributes newAttributes()
Creates the new part attributes.

Returns:
the new part attributes.