ch.elexis.core.data
Interface IPartner
- All Superinterfaces:
- IPersistentObject, ISelectable
- All Known Subinterfaces:
- ICreditor, ICustomer, IDebtor, IPerson
public interface IPartner
- extends IPersistentObject
An IPartner is just anybody or anything that contacts us
Fields inherited from interface ch.elexis.core.data.IPersistentObject |
DELETED, FLD_DATE, FLD_DELETED, FLD_EXTINFO, FLD_ID, FLD_LASTUPDATE, MATCH_AUTO, MATCH_CONTAINS, MATCH_EXACT, MATCH_REGEXP, MATCH_START, STATE_EXISTING, STATE_INEXISTENT, STATE_INVALID_ID |
Methods inherited from interface ch.elexis.core.data.IPersistentObject |
addChangeListener, addSticker, addXid, exists, get, get, getId, getInt, getLabel, getLastUpdate, getMap, getSticker, getStickers, getXid, getXid, getXids, isAvailable, isDeleted, isDragOK, isMatching, isMatching, isMatching, isMatching, isValid, removeChangeListener, removeSticker, set, set, setInt, setMap, state, storeToString |
TYPID
static final java.lang.String TYPID
FLD_NAME
static final java.lang.String FLD_NAME
- See Also:
- Constant Field Values
FLD_FIRSTNAME
static final java.lang.String FLD_FIRSTNAME
- See Also:
- Constant Field Values
getContactSalutation
java.lang.String getContactSalutation()
getContactInfos
ContactInfo[] getContactInfos()
getContactInfo
ContactInfo getContactInfo(ContactInfo.CTYPE type)