org.opencrx.kernel.activity1.cci2
Interface AbstractActivityParty

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
AbstractActivityParty, AbstractEMailRecipient, AbstractEMailRecipient, AbstractMailingRecipient, AbstractMailingRecipient, AbstractPhoneCallRecipient, AbstractPhoneCallRecipient, EMailRecipient, EMailRecipient, EMailRecipientGroup, EMailRecipientGroup, IncidentParty, IncidentParty, MailingRecipient, MailingRecipient, MailingRecipientGroup, MailingRecipientGroup, MeetingParty, MeetingParty, PhoneCallRecipient, PhoneCallRecipient, PhoneCallRecipientGroup, PhoneCallRecipientGroup, TaskParty, TaskParty
All Known Implementing Classes:
AbstractEMailRecipient, AbstractMailingRecipient, AbstractPhoneCallRecipient, EMailRecipient, EMailRecipientGroup, IncidentParty, MailingRecipient, MailingRecipientGroup, MeetingParty, PhoneCallRecipient, PhoneCallRecipientGroup, TaskParty

public interface AbstractActivityParty
extends SecureObject, BasicObject

Abstract class AbstractActivityParty


Method Summary
 short getPartyStatus()
          Retrieves the value for the attribute partyStatus.
 short getPartyType()
          Retrieves the value for the attribute partyType.
 void setPartyStatus(short partyStatus)
          Sets a new value for the attribute partyStatus.
 void setPartyType(short partyType)
          Sets a new value for the attribute partyType.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Method Detail

getPartyStatus

short getPartyStatus()
Retrieves the value for the attribute partyStatus.

Returns:
The non-null value for attribute partyStatus.

setPartyStatus

void setPartyStatus(short partyStatus)
Sets a new value for the attribute partyStatus.

Parameters:
partyStatus - The non-null new value for attribute partyStatus.

getPartyType

short getPartyType()
Retrieves the value for the attribute partyType.

Returns:
The non-null value for attribute partyType.

setPartyType

void setPartyType(short partyType)
Sets a new value for the attribute partyType.

Parameters:
partyType - The non-null new value for attribute partyType.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.