ibspan.tss.messaging.ontology
Class VTA_construct_view

java.lang.Object
  extended by ibspan.tss.messaging.ontology.VTA_action
      extended by ibspan.tss.messaging.ontology.VTA_construct_view
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Term, Serializable

public class VTA_construct_view
extends VTA_action

If successful -- returns Result concept with DataView as value field, otherwise (when failed) -- returns Result with ViewTransformingError Protege name: VTA-construct-view

Version:
2006/08/23, 10:35:10
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
VTA_construct_view()
           
 
Method Summary
 String getActionName()
           
 DataModel getModel()
           
 UserContext getUserContext()
           
 void setActionName(String value)
           
 void setModel(DataModel value)
           
 void setUserContext(UserContext value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VTA_construct_view

public VTA_construct_view()
Method Detail

setModel

public void setModel(DataModel value)

getModel

public DataModel getModel()

setUserContext

public void setUserContext(UserContext value)

getUserContext

public UserContext getUserContext()

setActionName

public void setActionName(String value)

getActionName

public String getActionName()