|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Asset
Class Asset
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.opencrx.kernel.product1.cci2.Product |
|---|
Product.Identity |
| Method Summary | ||
|---|---|---|
void |
addClassificationElement(boolean idIsPersistent,
String id,
ClassificationElement classificationElement)
Adds the specified element to the set of the values for the reference classificationElement. |
|
void |
addDefiningProfile(boolean idIsPersistent,
String id,
Profile definingProfile)
Adds the specified element to the set of the values for the reference definingProfile. |
|
void |
addSolutionPart(boolean idIsPersistent,
String id,
SolutionPart solutionPart)
Adds the specified element to the set of the values for the reference solutionPart. |
|
|
getClassificationElement()
Retrieves a set containing all the elements for the reference classificationElement. |
|
ClassificationElement |
getClassificationElement(boolean idIsPersistent,
String id)
Retrieves the value for the reference classificationElement for the specified qualifier
attribute value. |
|
|
getDefiningProfile()
Retrieves a set containing all the elements for the reference definingProfile. |
|
Profile |
getDefiningProfile(boolean idIsPersistent,
String id)
Retrieves the value for the reference definingProfile for
the specified qualifier attribute value. |
|
Profile |
getProfile()
Retrieves the value for the reference profile. |
|
|
getSolutionPart()
Retrieves a set containing all the elements for the reference solutionPart. |
|
SolutionPart |
getSolutionPart(boolean idIsPersistent,
String id)
Retrieves the value for the reference solutionPart for the
specified qualifier attribute value. |
|
String |
getVersion()
Retrieves the possibly null value for the optional attribute version. |
|
void |
setProfile(Profile profile)
Sets a new value for the reference profile. |
|
void |
setVersion(String version)
Sets a new value for the attribute version. |
|
| Methods inherited from interface org.opencrx.kernel.product1.cci2.Product |
|---|
addProductPhase, addRelatedProduct, getGrossWeightKilogram, getNetWeightKilogram, getProductDimension, getProductPhase, getProductPhase, getRelatedProduct, getRelatedProduct, isStockItem, setConfigurationType, setGrossWeightKilogram, setNetWeightKilogram, setProductDimension, setStockItem |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
addAdditionalDescription, getAdditionalDescription, getAdditionalDescription |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractProduct |
|---|
addAssignedAccount, addBasePrice, getActiveOn, getAlternateProductNumber, getAssignedAccount, getAssignedAccount, getBasePrice, getBasePrice, getClassification, getDefaultPriceLevel, getDefaultUom, getDescription, getDetailedDescription, getExpiresOn, getName, getPriceUom, getProductNumber, getProductState, getProductUsage, getSalesTaxType, setActiveOn, setAlternateProductNumber, setDefaultPriceLevel, setDefaultUom, setDescription, setDetailedDescription, setExpiresOn, setName, setProductNumber, setProductState, setProductUsage, setSalesTaxType |
| 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 |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AddressContainer |
|---|
addAddress, getAddress, getAddress |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ContractPositionConstrained |
|---|
getDefaultPositions, getDefaultQuantity, getItemNumber, getMaxPositions, getMaxQuantity, getMinMaxQuantityHandling, getMinPositions, getMinQuantity, getOffsetQuantity, isAllowModification, isAllowRemoval, setAllowModification, setAllowRemoval, setDefaultPositions, setDefaultQuantity, setItemNumber, setMaxPositions, setMaxQuantity, setMinMaxQuantityHandling, setMinPositions, setMinQuantity, setOffsetQuantity |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSet |
|---|
addConfiguration, getConfigType, getConfiguration, getConfiguration, unsetConfigurationType |
| Method Detail |
|---|
<T extends ClassificationElement> Collection<T> getClassificationElement()
classificationElement.
ClassificationElement getClassificationElement(boolean idIsPersistent,
String id)
classificationElement for the specified qualifier
attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addClassificationElement(boolean idIsPersistent,
String id,
ClassificationElement classificationElement)
classificationElement.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.classificationElement - The element to be appended.<T extends Profile> Collection<T> getDefiningProfile()
definingProfile.
Profile getDefiningProfile(boolean idIsPersistent,
String id)
definingProfile for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addDefiningProfile(boolean idIsPersistent,
String id,
Profile definingProfile)
definingProfile.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.definingProfile - The element to be appended.Profile getProfile()
profile.
null – value for this reference.void setProfile(Profile profile)
profile.
profile - The non-null new value for this reference.<T extends SolutionPart> Collection<T> getSolutionPart()
solutionPart.
SolutionPart getSolutionPart(boolean idIsPersistent,
String id)
solutionPart for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addSolutionPart(boolean idIsPersistent,
String id,
SolutionPart solutionPart)
solutionPart.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.solutionPart - The element to be appended.String getVersion()
version.
version.void setVersion(String version)
version.
version - The possibly null new value for attribute version.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||