org.jbpm.task
Class OrganizationalEntity

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

@Entity
public abstract class OrganizationalEntity
extends Object
implements Externalizable

See Also:
Serialized Form

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

Constructor Detail

OrganizationalEntity

public OrganizationalEntity()

OrganizationalEntity

public OrganizationalEntity(String id)
Method Detail

writeExternal

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

readExternal

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

getId

public String getId()

setId

public void setId(String id)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


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