|
||||||||||
| 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.Incident
public class Incident
Class Incident
| Nested Class Summary | |
|---|---|
static class |
Incident.Slice
Slice object hold the Incident'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::Incident |
| Fields inherited from class org.opencrx.kernel.activity1.jdo2.Activity |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
Incident()
|
|
| Method Summary | ||
|---|---|---|
void |
addIncidentParty(boolean idIsPersistent,
String id,
IncidentParty incidentParty)
Adds the specified element to the set of the values for the reference incidentParty. |
|
short |
getCaseOrigin()
Retrieves the value for the attribute caseOrigin. |
|
short |
getCaseType()
Retrieves the value for the attribute caseType. |
|
short |
getCustomerSatisfaction()
Retrieves the value for the attribute customerSatisfaction. |
|
|
getIncidentParty()
Retrieves a set containing all the elements for the reference incidentParty. |
|
IncidentParty |
getIncidentParty(boolean idIsPersistent,
String id)
Retrieves the value for the reference incidentParty for
the specified qualifier attribute value. |
|
short |
getReproducibility()
Retrieves the value for the attribute reproducibility. |
|
short |
getSeverity()
Retrieves the value for the attribute severity. |
|
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 |
setCaseOrigin(short caseOrigin)
Sets a new value for the attribute caseOrigin. |
|
void |
setCaseType(short caseType)
Sets a new value for the attribute caseType. |
|
void |
setCustomerSatisfaction(short customerSatisfaction)
Sets a new value for the attribute customerSatisfaction. |
|
void |
setReproducibility(short reproducibility)
Sets a new value for the attribute reproducibility. |
|
void |
setSeverity(short severity)
Sets a new value for the attribute severity. |
|
| 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::Incident
| Constructor Detail |
|---|
public Incident()
| Method Detail |
|---|
public short getCaseType()
caseType.
getCaseType in interface IncidentcaseType.public void setCaseType(short caseType)
caseType.
setCaseType in interface IncidentcaseType - The non-null new value for attribute caseType.public <T extends IncidentParty> Collection<T> getIncidentParty()
incidentParty.
getIncidentParty in interface Incident
public IncidentParty getIncidentParty(boolean idIsPersistent,
String id)
incidentParty for
the specified qualifier attribute value.
getIncidentParty in interface IncidentidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
public void addIncidentParty(boolean idIsPersistent,
String id,
IncidentParty incidentParty)
incidentParty.
Note: This is an extension to the JMI 1 standard.
addIncidentParty in interface IncidentidIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.incidentParty - The element to be appended.public short getCaseOrigin()
caseOrigin.
getCaseOrigin in interface IncidentcaseOrigin.public void setCaseOrigin(short caseOrigin)
caseOrigin.
setCaseOrigin in interface IncidentcaseOrigin - The non-null new value for attribute caseOrigin.public short getReproducibility()
reproducibility.
getReproducibility in interface Incidentreproducibility.public void setReproducibility(short reproducibility)
reproducibility.
setReproducibility in interface Incidentreproducibility - The non-null new value for attribute reproducibility.public short getCustomerSatisfaction()
customerSatisfaction.
getCustomerSatisfaction in interface IncidentcustomerSatisfaction.public void setCustomerSatisfaction(short customerSatisfaction)
customerSatisfaction.
setCustomerSatisfaction in interface IncidentcustomerSatisfaction - The non-null new value for attribute customerSatisfaction.public short getSeverity()
severity.
getSeverity in interface Incidentseverity.public void setSeverity(short severity)
severity.
setSeverity in interface Incidentseverity - The non-null new value for attribute severity.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 ActivityIncident.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 | |||||||||