ibspan.tss.messaging.ontology
Class PMA_init_user_profile

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

public class PMA_init_user_profile
extends PMA_action

Protege name: PMA-init-user-profile

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

Constructor Summary
PMA_init_user_profile()
           
 
Method Summary
 int getAge()
           
 String getDress()
           
 String getProfession()
           
 int getUserID()
           
 String getWealth()
           
 void setAge(int value)
           
 void setDress(String value)
           
 void setProfession(String value)
           
 void setUserID(int value)
           
 void setWealth(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMA_init_user_profile

public PMA_init_user_profile()
Method Detail

setWealth

public void setWealth(String value)

getWealth

public String getWealth()

setUserID

public void setUserID(int value)

getUserID

public int getUserID()

setAge

public void setAge(int value)

getAge

public int getAge()

setProfession

public void setProfession(String value)

getProfession

public String getProfession()

setDress

public void setDress(String value)

getDress

public String getDress()