com.collation.platform.model.topology.process
Interface PersonRole

All Superinterfaces:
ManagedElement, ModelObject, java.io.Serializable

public interface PersonRole
extends ManagedElement

Naming Rules:
0="person,role"
Persistable:
true
Table Name:
PERROLE

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 Person getPerson()
           
 Role getRole()
           
 boolean hasPerson()
           
 boolean hasRole()
           
 void setPerson(Person p)
           
 void setRole(Role r)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getPerson

Person getPerson()
                 throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Assigns" reverse="false"

setPerson

void setPerson(Person p)

hasPerson

boolean hasPerson()

getRole

Role getRole()
             throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.AssignsTo" reverse="false"

setRole

void setRole(Role r)

hasRole

boolean hasRole()