es.upv.dsic.gti_ia.organization
Class Provider

java.lang.Object
  extended by es.upv.dsic.gti_ia.organization.Provider

public class Provider
extends Object

Class that represents a service provider (agent or organization)

Author:
Jaume Jordan

Constructor Summary
Provider()
           
Provider(String entityID, String entityType, String language, String performative)
           
 
Method Summary
 String getEntityID()
           
 String getEntityType()
           
 String getLanguage()
           
 String getPerformative()
           
 void setEntityID(String entityID)
           
 void setEntityType(String entityType)
           
 void setLanguage(String language)
           
 void setPerformative(String performative)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Provider

public Provider(String entityID,
                String entityType,
                String language,
                String performative)

Provider

public Provider()
Method Detail

getEntityID

public String getEntityID()

setEntityID

public void setEntityID(String entityID)

getEntityType

public String getEntityType()

setEntityType

public void setEntityType(String entityType)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

getPerformative

public String getPerformative()

setPerformative

public void setPerformative(String performative)


Copyright © 2012 GTI-IA. All Rights Reserved.