org.openmobileis.examples.mycrm.data
Class Contact
java.lang.Object
org.openmobileis.examples.mycrm.data.Contact
- All Implemented Interfaces:
- java.io.Serializable
- public final class Contact
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Contact(java.lang.String id)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CONTACT_FUNCTION_LABEL_CATEGORY
public static final java.lang.String CONTACT_FUNCTION_LABEL_CATEGORY
- See Also:
- Constant Field Values
Contact
public Contact(java.lang.String id)
getAllReports
public Array getAllReports()
addReport
public void addReport(Report report)
removeReport
public void removeReport(java.lang.String reportid)
getReportById
public Report getReportById(java.lang.String reportid)
getFirstname
public java.lang.String getFirstname()
setFirstname
public void setFirstname(java.lang.String firstname)
getFunction
public int getFunction()
setFunction
public void setFunction(int function)
getLastname
public java.lang.String getLastname()
setLastname
public void setLastname(java.lang.String lastname)
getId
public java.lang.String getId()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
Copyright 2005 e-Care. All Rights Reserved.