org.universAAL.middleware.aalspace.json.model
Class ChannelDescriptor

Package class diagram package ChannelDescriptor
java.lang.Object
  extended by org.universAAL.middleware.aalspace.json.model.ChannelDescriptor
All Implemented Interfaces:
Serializable, IChannelDescriptor

public class ChannelDescriptor
extends Object
implements Serializable, IChannelDescriptor

Since:
2.0.1
Version:
$LastChangedRevision$ ($LastChangedDate$)
Author:
Stefano Lenzi
See Also:
Serialized Form

Field Summary
protected  String channelName
           
protected  String channelURL
           
protected  String channelValue
           
 
Constructor Summary
ChannelDescriptor()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelName

protected String channelName

channelURL

protected String channelURL

channelValue

protected String channelValue
Constructor Detail

ChannelDescriptor

public ChannelDescriptor()
Method Detail

getChannelName

public String getChannelName()
Description copied from interface: IChannelDescriptor
Gets the value of the channelName property.

Specified by:
getChannelName in interface IChannelDescriptor
Returns:
possible object is String

setChannelName

public void setChannelName(String value)
Description copied from interface: IChannelDescriptor
Sets the value of the channelName property.

Specified by:
setChannelName in interface IChannelDescriptor
Parameters:
value - allowed object is String

isSetChannelName

public boolean isSetChannelName()
Specified by:
isSetChannelName in interface IChannelDescriptor

getChannelURL

public String getChannelURL()
Description copied from interface: IChannelDescriptor
Gets the value of the channelURL property.

Specified by:
getChannelURL in interface IChannelDescriptor
Returns:
possible object is String

setChannelURL

public void setChannelURL(String value)
Description copied from interface: IChannelDescriptor
Sets the value of the channelURL property.

Specified by:
setChannelURL in interface IChannelDescriptor
Parameters:
value - allowed object is String

isSetChannelURL

public boolean isSetChannelURL()
Specified by:
isSetChannelURL in interface IChannelDescriptor

getChannelValue

public String getChannelValue()
Description copied from interface: IChannelDescriptor
Gets the value of the channelValue property.

Specified by:
getChannelValue in interface IChannelDescriptor
Returns:
possible object is String

setChannelValue

public void setChannelValue(String value)
Description copied from interface: IChannelDescriptor
Sets the value of the channelValue property.

Specified by:
setChannelValue in interface IChannelDescriptor
Parameters:
value - allowed object is String

isSetChannelValue

public boolean isSetChannelValue()
Specified by:
isSetChannelValue in interface IChannelDescriptor


Copyright © 2014 universAAL Consortium. All Rights Reserved.