public class Trace extends Object
| Constructor and Description |
|---|
Trace(Object actor,
Object action,
Object about) |
Trace(Object actor,
Object action,
Object about,
Object time) |
public Trace(Object actor, Object action, Object about)
actor - action - about - time - public Object getActor()
public void setActor(Object actor)
actor - the actor to setpublic Object getAction()
public void setAction(Object action)
action - the action to setpublic Object getAbout()
public void setAbout(Object about)
about - the about to setpublic Object getTime()
public void setTime(Object time)
time - the time to setCopyright © 2021. All rights reserved.