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

Package class diagram package ISpaceDescriptor
All Known Implementing Classes:
Aalspace.SpaceDescriptor, AALSpace.SpaceDescriptor

public interface ISpaceDescriptor

Since:
2.0.1
Version:
$LastChangedRevision$ ($LastChangedDate$)
Author:
Stefano Lenzi

Method Summary
 String getProfile()
          Gets the value of the profile property.
 String getSpaceDescription()
          Gets the value of the spaceDescription property.
 String getSpaceId()
          Gets the value of the spaceId property.
 String getSpaceName()
          Gets the value of the spaceName property.
 boolean isSetProfile()
           
 boolean isSetSpaceDescription()
           
 boolean isSetSpaceId()
           
 boolean isSetSpaceName()
           
 void setProfile(String value)
          Sets the value of the profile property.
 void setSpaceDescription(String value)
          Sets the value of the spaceDescription property.
 void setSpaceId(String value)
          Sets the value of the spaceId property.
 void setSpaceName(String value)
          Sets the value of the spaceName property.
 

Method Detail

getProfile

String getProfile()
Gets the value of the profile property.

Returns:
possible object is String

setProfile

void setProfile(String value)
Sets the value of the profile property.

Parameters:
value - allowed object is String

isSetProfile

boolean isSetProfile()

getSpaceId

String getSpaceId()
Gets the value of the spaceId property.

Returns:
possible object is String

setSpaceId

void setSpaceId(String value)
Sets the value of the spaceId property.

Parameters:
value - allowed object is String

isSetSpaceId

boolean isSetSpaceId()

getSpaceName

String getSpaceName()
Gets the value of the spaceName property.

Returns:
possible object is String

setSpaceName

void setSpaceName(String value)
Sets the value of the spaceName property.

Parameters:
value - allowed object is String

isSetSpaceName

boolean isSetSpaceName()

getSpaceDescription

String getSpaceDescription()
Gets the value of the spaceDescription property.

Returns:
possible object is String

setSpaceDescription

void setSpaceDescription(String value)
Sets the value of the spaceDescription property.

Parameters:
value - allowed object is String

isSetSpaceDescription

boolean isSetSpaceDescription()


Copyright © 2014 universAAL Consortium. All Rights Reserved.