org.universAAL.middleware.interfaces.aalspace.model
Interface IChannelDescriptor

Package class diagram package IChannelDescriptor
All Known Implementing Classes:
ChannelDescriptor, ChannelDescriptor

public interface IChannelDescriptor


Method Summary
 String getChannelName()
          Gets the value of the channelName property.
 String getChannelURL()
          Gets the value of the channelURL property.
 String getChannelValue()
          Gets the value of the channelValue property.
 boolean isSetChannelName()
           
 boolean isSetChannelURL()
           
 boolean isSetChannelValue()
           
 void setChannelName(String value)
          Sets the value of the channelName property.
 void setChannelURL(String value)
          Sets the value of the channelURL property.
 void setChannelValue(String value)
          Sets the value of the channelValue property.
 

Method Detail

getChannelName

String getChannelName()
Gets the value of the channelName property.

Returns:
possible object is String

setChannelName

void setChannelName(String value)
Sets the value of the channelName property.

Parameters:
value - allowed object is String

isSetChannelName

boolean isSetChannelName()

getChannelURL

String getChannelURL()
Gets the value of the channelURL property.

Returns:
possible object is String

setChannelURL

void setChannelURL(String value)
Sets the value of the channelURL property.

Parameters:
value - allowed object is String

isSetChannelURL

boolean isSetChannelURL()

getChannelValue

String getChannelValue()
Gets the value of the channelValue property.

Returns:
possible object is String

setChannelValue

void setChannelValue(String value)
Sets the value of the channelValue property.

Parameters:
value - allowed object is String

isSetChannelValue

boolean isSetChannelValue()


Copyright © 2014 universAAL Consortium. All Rights Reserved.