|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Competitor
| Method Summary | |
|---|---|
void |
addAccount(Account newValue)
|
void |
addAccount(int index,
Account newValue)
|
void |
addContact(Contact newValue)
|
void |
addContact(int index,
Contact newValue)
|
Collection |
getAccount()
Retrieves the objects referenced by account. |
Account |
getAccount(int index)
Retrieves the value for the reference account for the
specified qualifier attribute value. |
short |
getCompetitorState()
Retrieves the value for the attribute competitorState. |
Collection |
getContact()
Retrieves the objects referenced by contact. |
Contact |
getContact(int index)
Retrieves the value for the reference contact for the
specified qualifier attribute value. |
String |
getDescription()
|
String |
getKeyProduct()
|
String |
getName()
Retrieves the value for the attribute name. |
String |
getOpportunities()
|
String |
getStrengths()
|
String |
getThreats()
|
String |
getWeaknesses()
|
BigDecimal |
getWinPercentage()
|
void |
removeAccount(int index)
|
void |
removeContact(int index)
|
void |
setCompetitorState(short newValue)
Sets a new value for the attribute competitorState. |
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setKeyProduct(String newValue)
Sets a new value for the attribute keyProduct. |
void |
setName(String newValue)
Sets a new value for the attribute name. |
void |
setOpportunities(String newValue)
Sets a new value for the attribute opportunities. |
void |
setStrengths(String newValue)
Sets a new value for the attribute strengths. |
void |
setThreats(String newValue)
Sets a new value for the attribute threats. |
void |
setWeaknesses(String newValue)
Sets a new value for the attribute weaknesses. |
void |
setWinPercentage(BigDecimal newValue)
Sets a new value for the attribute winPercentage. |
| Methods inherited from interface org.opencrx.kernel.base.cci.AlertSender |
|---|
sendAlert, sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci.Auditee |
|---|
getAudit, getAudit, getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci.Cloneable |
|---|
clone_, clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci.Importer |
|---|
importItem, importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci.Indexed |
|---|
getIndexEntry, getIndexEntry, getIndexEntry, getIndexEntry, updateIndex, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci.SubscriptionTarget |
|---|
addSubscription, addSubscription, addSubscriptionForParent, addSubscriptionForParent, removeSubscription, removeSubscription, removeSubscriptionForParent, removeSubscriptionForParent |
| Methods inherited from interface org.opencrx.kernel.base.cci.XmlExporter |
|---|
exportXml, exportXml |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
Account getAccount(int index)
account for the
specified qualifier attribute value.
index - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getAccount()
account.
JmiException - If the value cannot be retrieved for some reason.
void addAccount(int index,
Account newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addAccount(Account newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeAccount(int index)
JmiException - If the value cannot be removed for some reason.short getCompetitorState()
competitorState.
competitorState.
JmiException - If the value cannot be retrieved for some reason.void setCompetitorState(short newValue)
competitorState.
newValue - The non-null new value for attribute competitorState.
JmiException - If the value cannot be set for some reason.Contact getContact(int index)
contact for the
specified qualifier attribute value.
index - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getContact()
contact.
JmiException - If the value cannot be retrieved for some reason.
void addContact(int index,
Contact newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addContact(Contact newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeContact(int index)
JmiException - If the value cannot be removed for some reason.String getDescription()
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The possibly null new value for attribute description.
JmiException - If the value cannot be set for some reason.String getKeyProduct()
keyProduct.
JmiException - If the value cannot be retrieved for some reason.void setKeyProduct(String newValue)
keyProduct.
newValue - The possibly null new value for attribute keyProduct.
JmiException - If the value cannot be set for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.void setName(String newValue)
name.
newValue - The non-null new value for attribute name.
JmiException - If the value cannot be set for some reason.String getOpportunities()
opportunities.
JmiException - If the value cannot be retrieved for some reason.void setOpportunities(String newValue)
opportunities.
newValue - The possibly null new value for attribute opportunities.
JmiException - If the value cannot be set for some reason.String getStrengths()
strengths.
JmiException - If the value cannot be retrieved for some reason.void setStrengths(String newValue)
strengths.
newValue - The possibly null new value for attribute strengths.
JmiException - If the value cannot be set for some reason.String getThreats()
threats.
JmiException - If the value cannot be retrieved for some reason.void setThreats(String newValue)
threats.
newValue - The possibly null new value for attribute threats.
JmiException - If the value cannot be set for some reason.String getWeaknesses()
weaknesses.
JmiException - If the value cannot be retrieved for some reason.void setWeaknesses(String newValue)
weaknesses.
newValue - The possibly null new value for attribute weaknesses.
JmiException - If the value cannot be set for some reason.BigDecimal getWinPercentage()
winPercentage.
JmiException - If the value cannot be retrieved for some reason.void setWinPercentage(BigDecimal newValue)
winPercentage.
newValue - The possibly null new value for attribute winPercentage.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||