org.universAAL.middleware.interfaces.mpa
Class UAPPCard

Package class diagram package UAPPCard
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.UAPPCard
All Implemented Interfaces:
Serializable

public class UAPPCard
extends Object
implements Serializable

Compact representation of an uApp

Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Michele Girolami, Francesco Furfari, Stefano Lenzi
See Also:
Serialized Form

Constructor Summary
UAPPCard(String serviceId, String partId, AalUapp.App uApp)
           
UAPPCard(String serviceId, String appId, String partId, String name, String description)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getPartId()
           
 String getServiceId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UAPPCard

public UAPPCard(String serviceId,
                String appId,
                String partId,
                String name,
                String description)
Parameters:
serviceId - The id of the uSrv containing the uAAP
appId - The id of the uAAP
partId - The id of part within the uAAP
name - The name of the uAAP
description - The description of the uAAP

UAPPCard

public UAPPCard(String serviceId,
                String partId,
                AalUapp.App uApp)
Parameters:
serviceId - The id of the uSrv containing the uAAP
partId - The id of part within the uAAP
uApp - The uAAP
Method Detail

getName

public String getName()

getId

public String getId()

getDescription

public String getDescription()

getServiceId

public String getServiceId()

getPartId

public String getPartId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 universAAL Consortium. All Rights Reserved.