|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.opencrx.kernel.activity1.jdo2.Activity
org.opencrx.kernel.activity1.jdo2.Mms
public class Mms
Class Mms
| Nested Class Summary | |
|---|---|
static class |
Mms.Slice
Slice object hold the Mms's multivalued
attributes |
| Nested classes/interfaces inherited from class org.opencrx.kernel.activity1.jdo2.Activity |
|---|
Activity.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.activity1.cci2.Activity |
|---|
Activity.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::kernel::activity1::Mms |
| Fields inherited from class org.opencrx.kernel.activity1.jdo2.Activity |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
Mms()
|
|
| Method Summary | ||
|---|---|---|
void |
addMmsRecipient(boolean idIsPersistent,
String id,
AbstractMmsRecipient mmsRecipient)
Adds the specified element to the set of the values for the reference mmsRecipient. |
|
void |
addMmsSlide(boolean idIsPersistent,
String id,
MmsSlide mmsSlide)
Adds the specified element to the set of the values for the reference mmsSlide. |
|
|
getMmsRecipient()
Retrieves a set containing all the elements for the reference mmsRecipient. |
|
AbstractMmsRecipient |
getMmsRecipient(boolean idIsPersistent,
String id)
Retrieves the value for the reference mmsRecipient for the
specified qualifier attribute value. |
|
|
getMmsSlide()
Retrieves a set containing all the elements for the reference mmsSlide. |
|
MmsSlide |
getMmsSlide(boolean idIsPersistent,
String id)
Retrieves the value for the reference mmsSlide for the
specified qualifier attribute value. |
|
Date |
getSendDate()
Retrieves the possibly null value for the optional attribute sendDate. |
|
PhoneNumber |
getSender()
Retrieves the value for the reference sender. |
|
static Activity.Identity |
newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
boolean idIsPersistent,
String id)
|
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
|
protected int |
openmdxjdoGetSize(int field)
|
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
|
static Activity.Identity |
openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
|
void |
setSendDate(Date sendDate)
Sets a new value for the attribute sendDate. |
|
void |
setSender(PhoneNumber sender)
Sets a new value for the reference sender. |
|
| Methods inherited from class org.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
addDepotReference, getDepotReference, getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::activity1::Mms
| Constructor Detail |
|---|
public Mms()
| Method Detail |
|---|
public <T extends MmsSlide> Collection<T> getMmsSlide()
mmsSlide.
getMmsSlide in interface Mms
public MmsSlide getMmsSlide(boolean idIsPersistent,
String id)
mmsSlide for the
specified qualifier attribute value.
getMmsSlide in interface MmsidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
public void addMmsSlide(boolean idIsPersistent,
String id,
MmsSlide mmsSlide)
mmsSlide.
Note: This is an extension to the JMI 1 standard.
addMmsSlide in interface MmsidIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.mmsSlide - The element to be appended.public final Date getSendDate()
sendDate.
getSendDate in interface MmssendDate.public void setSendDate(Date sendDate)
sendDate.
setSendDate in interface MmssendDate - The possibly null new value for attribute sendDate.public PhoneNumber getSender()
sender.
getSender in interface Mmsnull – value for this reference.public void setSender(PhoneNumber sender)
sender.
setSender in interface Mmssender - The non-null new value for this reference.public <T extends AbstractMmsRecipient> Collection<T> getMmsRecipient()
mmsRecipient.
getMmsRecipient in interface Mms
public AbstractMmsRecipient getMmsRecipient(boolean idIsPersistent,
String id)
mmsRecipient for the
specified qualifier attribute value.
getMmsRecipient in interface MmsidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
public void addMmsRecipient(boolean idIsPersistent,
String id,
AbstractMmsRecipient mmsRecipient)
mmsRecipient.
Note: This is an extension to the JMI 1 standard.
addMmsRecipient in interface MmsidIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.mmsRecipient - The element to be appended.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Activity
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Activityprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class Activityprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class ActivityMms.CLASS
public static Activity.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
boolean idIsPersistent,
String id)
public static Activity.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||