org.universAAL.middleware.aalspace.json.model
Class AALSpace.SpaceDescriptor

Package class diagram package AALSpace.SpaceDescriptor
java.lang.Object
  extended by org.universAAL.middleware.aalspace.json.model.AALSpace.SpaceDescriptor
All Implemented Interfaces:
Serializable, ISpaceDescriptor
Enclosing class:
AALSpace

public static class AALSpace.SpaceDescriptor
extends Object
implements Serializable, ISpaceDescriptor

See Also:
Serialized Form

Field Summary
protected  String profile
           
protected  String spaceDescription
           
protected  String spaceId
           
protected  String spaceName
           
 
Constructor Summary
AALSpace.SpaceDescriptor()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profile

protected String profile

spaceId

protected String spaceId

spaceName

protected String spaceName

spaceDescription

protected String spaceDescription
Constructor Detail

AALSpace.SpaceDescriptor

public AALSpace.SpaceDescriptor()
Method Detail

getProfile

public String getProfile()
Description copied from interface: ISpaceDescriptor
Gets the value of the profile property.

Specified by:
getProfile in interface ISpaceDescriptor
Returns:
possible object is String

setProfile

public void setProfile(String value)
Description copied from interface: ISpaceDescriptor
Sets the value of the profile property.

Specified by:
setProfile in interface ISpaceDescriptor
Parameters:
value - allowed object is String

isSetProfile

public boolean isSetProfile()
Specified by:
isSetProfile in interface ISpaceDescriptor

getSpaceId

public String getSpaceId()
Description copied from interface: ISpaceDescriptor
Gets the value of the spaceId property.

Specified by:
getSpaceId in interface ISpaceDescriptor
Returns:
possible object is String

setSpaceId

public void setSpaceId(String value)
Description copied from interface: ISpaceDescriptor
Sets the value of the spaceId property.

Specified by:
setSpaceId in interface ISpaceDescriptor
Parameters:
value - allowed object is String

isSetSpaceId

public boolean isSetSpaceId()
Specified by:
isSetSpaceId in interface ISpaceDescriptor

getSpaceName

public String getSpaceName()
Description copied from interface: ISpaceDescriptor
Gets the value of the spaceName property.

Specified by:
getSpaceName in interface ISpaceDescriptor
Returns:
possible object is String

setSpaceName

public void setSpaceName(String value)
Description copied from interface: ISpaceDescriptor
Sets the value of the spaceName property.

Specified by:
setSpaceName in interface ISpaceDescriptor
Parameters:
value - allowed object is String

isSetSpaceName

public boolean isSetSpaceName()
Specified by:
isSetSpaceName in interface ISpaceDescriptor

getSpaceDescription

public String getSpaceDescription()
Description copied from interface: ISpaceDescriptor
Gets the value of the spaceDescription property.

Specified by:
getSpaceDescription in interface ISpaceDescriptor
Returns:
possible object is String

setSpaceDescription

public void setSpaceDescription(String value)
Description copied from interface: ISpaceDescriptor
Sets the value of the spaceDescription property.

Specified by:
setSpaceDescription in interface ISpaceDescriptor
Parameters:
value - allowed object is String

isSetSpaceDescription

public boolean isSetSpaceDescription()
Specified by:
isSetSpaceDescription in interface ISpaceDescriptor


Copyright © 2014 universAAL Consortium. All Rights Reserved.