org.droolsjbpm.services.domain.entities
Class RuntimeId
java.lang.Object
org.droolsjbpm.services.domain.entities.RuntimeId
- All Implemented Interfaces:
- Serializable
@Entity
public class RuntimeId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeId
public RuntimeId()
getId
public long getId()
setId
public void setId(long id)
getName
public String getName()
setName
public void setName(String name)
getReference
public String getReference()
setReference
public void setReference(String reference)
getDomain
public Domain getDomain()
setDomain
public void setDomain(Domain domain)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.