Instances of the Contact class contain contact information about individual persons. Contact objects are used by schedule classes that have human resources associated with them.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public class Contact extends Resource |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.model.Resource
com.mindfusion.scheduling.model.Contact
See Also