ix.icore
Interface Sendable

All Known Implementing Classes:
Activity, ChatMessage, Constraint, Issue, Report, TaskItem, WaitForReportsActivity

public interface Sendable

Objects that are sent between I-X agents as part of their expected function.


Method Summary
 java.lang.Object clone()
           
 Name getSenderId()
           
 void setSenderId(Name id)
           
 

Method Detail

getSenderId

Name getSenderId()

setSenderId

void setSenderId(Name id)

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException