|
||||||||||
| 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.Fax
public class Fax
Class Fax
| Nested Class Summary | |
|---|---|
static class |
Fax.Slice
|
| 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.BLOB, org.w3c.jdo2.AbstractObject.CLOB, 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::Fax |
| Fields inherited from class org.opencrx.kernel.activity1.jdo2.Activity |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
Fax()
|
|
| Method Summary | ||
|---|---|---|
URI |
getDocument()
|
|
|
getFaxRecipient()
Retrieves a set containing all the elements for the reference faxRecipient. |
|
Date |
getSendDate()
|
|
PhoneNumber |
getSender()
Retrieves the value for the reference sender. |
|
URI |
getTemplate()
|
|
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)
|
|
void |
setDocument(URI document)
Sets a new value for the attribute document. |
|
void |
setSendDate(Date sendDate)
Sets a new value for the attribute sendDate. |
|
void |
setSender(PhoneNumber sender)
Sets a new value for the reference sender. |
|
void |
setTemplate(URI template)
Sets a new value for the attribute template. |
|
| 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 |
|---|
openmdxjdoGetIdentity, openmdxjdoGetIdentity, 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 |
|---|
getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
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, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SubscriptionTarget |
|---|
addSubscription, addSubscriptionForParent, removeSubscription, removeSubscriptionForParent |
| 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 |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::activity1::Fax
| Constructor Detail |
|---|
public Fax()
| Method Detail |
|---|
public final URI getTemplate()
getTemplate in interface Faxtemplate.public void setTemplate(URI template)
template.
setTemplate in interface Faxtemplate - The possibly null new value for attribute template.public final Date getSendDate()
getSendDate in interface FaxsendDate.public void setSendDate(Date sendDate)
sendDate.
setSendDate in interface FaxsendDate - The possibly null new value for attribute sendDate.public <T extends AbstractFaxRecipient> Collection<T> getFaxRecipient()
faxRecipient.
getFaxRecipient in interface Faxpublic final URI getDocument()
getDocument in interface Faxdocument.public void setDocument(URI document)
document.
setDocument in interface Faxdocument - The possibly null new value for attribute document.public PhoneNumber getSender()
sender.
getSender in interface Faxnull – value for this reference.public void setSender(PhoneNumber sender)
sender.
setSender in interface Faxsender - The non-null new value for this reference.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 ActivityFax.CLASS
public static Activity.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
boolean idIsPersistent,
String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||