es.upv.dsic.gti_ia.organization
Class Provider
java.lang.Object
es.upv.dsic.gti_ia.organization.Provider
public class Provider
- extends Object
Class that represents a service provider (agent or organization)
- Author:
- Jaume Jordan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Provider
public Provider(String entityID,
String entityType,
String language,
String performative)
Provider
public Provider()
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.