org.jbpm.task
Class User

java.lang.Object
  extended by org.jbpm.task.OrganizationalEntity
      extended by org.jbpm.task.User
All Implemented Interfaces:
Externalizable, Serializable

@Entity
public class User
extends OrganizationalEntity
implements Externalizable

See Also:
Serialized Form

Constructor Summary
User()
           
User(String id)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jbpm.task.OrganizationalEntity
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String id)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class OrganizationalEntity
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class OrganizationalEntity
Throws:
IOException
ClassNotFoundException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.